feat!: use node version 24 (#720)

* feat!: use node version 24

* update action node version
This commit is contained in:
Jakob Jensen
2026-03-22 21:54:35 +01:00
committed by GitHub
parent 62806537b4
commit f6e20ed3c4
3 changed files with 19 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ outputs:
description: Whether the action has pushed a tag.
runs:
using: node20
using: node24
main: lib/index.js
branding:

22
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.8.2",
"@types/node": "24.12.0",
"@vercel/ncc": "^0.38.4",
"all-contributors-cli": "^6.26.1",
"eslint-config-prettier": "^10.1.8",
@@ -30,7 +30,7 @@
"typescript": "~5.9.3"
},
"engines": {
"node": ">=20"
"node": ">=24"
}
},
"node_modules/@actions/core": {
@@ -1849,11 +1849,14 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.8.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz",
"integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==",
"version": "24.12.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
"integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
"dev": true,
"license": "MIT"
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.4",
@@ -7254,6 +7257,13 @@
"node": ">=0.8.0"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
},
"node_modules/universal-user-agent": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-7.0.3.tgz",

View File

@@ -24,7 +24,7 @@
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.8.2",
"@types/node": "24.12.0",
"@vercel/ncc": "^0.38.4",
"all-contributors-cli": "^6.26.1",
"eslint-config-prettier": "^10.1.8",
@@ -36,7 +36,7 @@
"typescript": "~5.9.3"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"repository": {
"type": "git",