Skip to content

Commit

Permalink
build: set node to 22.12.0 as LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasek committed Jan 6, 2025
1 parent cedf140 commit ee1134e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.10.0
22.12.0
20 changes: 11 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"private": true,
"engines": {
"node": ">=22.10"
"node": ">=22.12"
},
"dependencies": {
"@code-pushup/portal-client": "^0.9.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@types/benchmark": "^2.1.5",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.2",
"@types/node": "18.19.21",
"@types/node": "^22.10.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
Expand Down

0 comments on commit ee1134e

Please sign in to comment.