Skip to content

Commit 9bbcef8

Browse files
committed
node 24
1 parent 6bef1d0 commit 9bbcef8

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9.0
1+
24.4.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ outputs:
5959
description: The file path where the response is saved
6060

6161
runs:
62-
using: node20
62+
using: node24
6363
main: dist/index.js

package-lock.json

Lines changed: 9 additions & 9 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
@@ -6,7 +6,7 @@
66
".": "./dist/index.js"
77
},
88
"engines": {
9-
"node": ">=20"
9+
"node": ">=24"
1010
},
1111
"scripts": {
1212
"bundle": "npm run format:write && npm run package",
@@ -40,7 +40,7 @@
4040
"@rollup/plugin-node-resolve": "^16.0.1",
4141
"@rollup/plugin-typescript": "^12.1.2",
4242
"@types/js-yaml": "^4.0.9",
43-
"@types/node": "^22.15.31",
43+
"@types/node": "^24.1.0",
4444
"@typescript-eslint/eslint-plugin": "^8.34.0",
4545
"@typescript-eslint/parser": "^8.32.1",
4646
"eslint": "^9.29.0",

0 commit comments

Comments
 (0)