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 a84d1c0649
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", "name": "actions/attest-sbom",
"version": "1.0.0", "version": "2.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "actions/attest-sbom", "name": "actions/attest-sbom",
"version": "1.0.0", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1" "@actions/core": "^1.11.1"
@@ -28,7 +28,7 @@
"typescript-eslint": "^8.41.0" "typescript-eslint": "^8.41.0"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=24"
} }
}, },
"node_modules/@actions/attest": { "node_modules/@actions/attest": {
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "actions/attest-sbom", "name": "actions/attest-sbom",
"description": "Generate signed SBOM attestations", "description": "Generate signed SBOM attestations",
"version": "1.0.0", "version": "2.0.0",
"author": "", "author": "",
"private": true, "private": true,
"homepage": "https://github.com/actions/attest-sbom", "homepage": "https://github.com/actions/attest-sbom",
@@ -21,7 +21,7 @@
".": "./dist/index.js" ".": "./dist/index.js"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=24"
}, },
"scripts": { "scripts": {
"bundle": "npm run format:write && npm run package", "bundle": "npm run format:write && npm run package",
+1 -1
View File
@@ -15,5 +15,5 @@ outputs:
description: > description: >
URI identifying the type of the predicate. URI identifying the type of the predicate.
runs: runs:
using: node20 using: node24
main: ../dist/index.js main: ../dist/index.js