Skip to content

Commit

Permalink
Update to node 22 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaorson authored May 1, 2024
1 parent 0789936 commit 30ceeaa
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 @@ -13,7 +13,7 @@

### [Client](./client/) - Setup

Install nodejs v20+. Using [`nvm`](https://github.com/nvm-sh/nvm) is the best option.
Install nodejs v22+. Using [`nvm`](https://github.com/nvm-sh/nvm) is the best option.

After installing, refer to the [`README`](./client/README.md#project-setup)

Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": "20.*",
"node": "22.*",
"npm": "10.*"
},
"scripts": {
Expand Down

0 comments on commit 30ceeaa

Please sign in to comment.