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
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "actions/attest-sbom",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "actions/attest-sbom",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1"
@@ -28,7 +28,7 @@
"typescript-eslint": "^8.41.0"
},
"engines": {
"node": ">=20"
"node": ">=24"
}
},
"node_modules/@actions/attest": {