Skip to content

Commit

Permalink
Merge pull request #6 from robgietema/davisagli-fix-node-version
Browse files Browse the repository at this point in the history
update Node versions
  • Loading branch information
robgietema authored Dec 2, 2024
2 parents c6fa974 + 49302ef commit ffda054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Example `GET` request on the portal root

### Prerequisites

- [Node.js==16.x.x](https://nodejs.org/)
- [Node.js==22.x.x](https://nodejs.org/)
- [PostgreSQL](https://www.postgresql.org/)

### Create Database
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example `GET` request on the portal root

### Prerequisites

- [Node.js==16.x.x](https://nodejs.org/)
- [Node.js==22.x.x](https://nodejs.org/)
- [PostgreSQL](https://www.postgresql.org/)

### Create Database
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h3 class="text-3xl text-gray-800 font-bold leading-none mb-3">
<p class="text-gray-600 mb-8">
Nick uses
<a class="text-blue underline" href="https://nodejs.org"
>Node.js 16.x</a
>Node.js 22.x</a
>
and
<a class="text-blue underline" href="https://www.postgresql.org/"
Expand Down

0 comments on commit ffda054

Please sign in to comment.