Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
| datasource   | package     | from    | to       |
| ------------ | ----------- | ------- | -------- |
| node-version | node        | v21.7.3 | v22.12.0 |
| npm          | @types/node | 20.6.2  | 22.10.1  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent b0bd342 commit d4a5d17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 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 @@ -9,7 +9,7 @@
},
"engines": {
"npm": "^10.0.0",
"node": "^21.7.0"
"node": "^22.0.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
Expand Down

0 comments on commit d4a5d17

Please sign in to comment.