make node24 upgrade (#204)

Co-authored-by: Salman Muin Kayser Chishti <[email protected]>
This commit is contained in:
Brian DeHamer
2025-08-28 15:33:55 -07:00
committed by GitHub
co-authored by Salman Muin Kayser Chishti
parent c2dd1df1ec
commit 55e972012f
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "actions/attest-sbom",
"description": "Generate signed SBOM attestations",
"version": "1.0.0",
"version": "2.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/attest-sbom",
@@ -21,7 +21,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"scripts": {
"bundle": "npm run format:write && npm run package",