Upgrade to Node 24 (#276)

* upgrade to node24

* update .node-version to 24.x

Signed-off-by: Brian DeHamer <[email protected]>

* delete publish immutable action

Signed-off-by: Brian DeHamer <[email protected]>

* bump version from 2.4.0 to 3.0.0

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: Salman Chishti <[email protected]>
This commit is contained in:
Brian DeHamer
2025-08-26 16:06:47 -07:00
committed by GitHub
co-authored by Salman Chishti
parent 1e2321d281
commit eda10f897a
5 changed files with 7 additions and 29 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "actions/attest",
"description": "Generate signed attestations for workflow artifacts",
"version": "2.4.0",
"version": "3.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/attest",
@@ -20,7 +20,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"scripts": {
"bundle": "npm run format:write && npm run package",