Skip to content

Commit

Permalink
Bump @types/node to 20.x
Browse files Browse the repository at this point in the history
The major version number of the action's `@types/node` dependency should match the version of Node.js in use.

Node.js was bumped to 20.x, so `@types/node` must also be bumped.
  • Loading branch information
per1234 committed Oct 7, 2024
1 parent 6b612ff commit a5ebbea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
38 changes: 29 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^28.1.8",
"@types/node": "^16.18.112",
"@types/node": "^20.16.10",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.2",
"jest": "^28.1.3",
Expand Down

0 comments on commit a5ebbea

Please sign in to comment.