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:
co-authored by
Salman Chishti
parent
1e2321d281
commit
eda10f897a
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user