Skip to content

Commit

Permalink
update Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Dec 1, 2024
1 parent 793f49c commit 49302ef
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 49302ef

Please sign in to comment.