Skip to content

Commit 94fa2dd

Browse files
authored
Update node to v22 (#280)
What it says on the tin.
1 parent 4b14997 commit 94fa2dd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Install:
66

77
- Python 3, at least Python 3.8.
8-
- Node.js, at least Node.js 20.
8+
- Node.js, at least Node.js 22.
99
- One way to manage Node versions is using [nvm](https://github.com/nvm-sh/nvm).
1010

1111
In the root directory, run:

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ci-all": "npm run typecheck && npm test && npm run ci-eslint && npm run ci-prettier"
4949
},
5050
"engines": {
51-
"node": ">=20"
51+
"node": ">=22"
5252
},
5353
"devDependencies": {
5454
"@chakra-ui/cli": "^3.31.0",
@@ -57,7 +57,7 @@
5757
"@react-router/dev": "^7.13.0",
5858
"@react-router/fs-routes": "^7.13.0",
5959
"@types/jsdom": "^27.0.0",
60-
"@types/node": "^20.19.30",
60+
"@types/node": "^22.19.7",
6161
"@types/react": "^19.2.10",
6262
"@types/react-dom": "19.2.3",
6363
"@vitest/eslint-plugin": "^1.6.6",

0 commit comments

Comments
 (0)