Skip to content

Commit

Permalink
Update Node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 996a480 commit 1f370a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.7.0
22.13.0
18 changes: 9 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 @@ -12,12 +12,12 @@
"test": "glob -c 'node --test --require tsx/cjs' 'src/**/*.test.ts'"
},
"engines": {
"node": "22.7.0"
"node": "22.13.0"
},
"devDependencies": {
"@eslint-recommended/eslint-config-typescript": "50.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "22.7.9",
"@types/node": "22.10.5",
"eslint": "8.57.1",
"glob": "11.0.0",
"rimraf": "6.0.1",
Expand Down

0 comments on commit 1f370a5

Please sign in to comment.