make node24 upgrade (#204)

Co-authored-by: Salman Muin Kayser Chishti <salmanmkc@github.com>
This commit is contained in:
Brian DeHamer
2025-08-28 15:33:55 -07:00
committed by GitHub
parent c2dd1df1ec
commit 55e972012f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
20.6.0
24.5.0
+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": {
+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",
+1 -1
View File
@@ -15,5 +15,5 @@ outputs:
description: >
URI identifying the type of the predicate.
runs:
using: node20
using: node24
main: ../dist/index.js