Bump to node24 runtime (#692)
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 2s
Continuous Integration / TypeScript Tests (push) Failing after 1s
Continuous Integration / Test attest-provenance action (push) Failing after 0s
CodeQL / Analyze (TypeScript) (push) Failing after 0s
Public-Good Sigstore Prober / prober (push) Failing after 0s
GitHub Sigstore Prober / prober (push) Failing after 1s

Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: Salman Muin Kayser Chishti <salmanmkc@github.com>
This commit is contained in:
Brian DeHamer 2025-08-26 20:53:13 -07:00 committed by GitHub
parent 57aa2b0928
commit 864457a58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
20.6.0
24.5.0

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "actions/attest-build-provenance",
"version": "1.1.5",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "actions/attest-build-provenance",
"version": "1.1.5",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"@actions/attest": "^1.6.0",
@ -30,7 +30,7 @@
"typescript-eslint": "^8.39.0"
},
"engines": {
"node": ">=20"
"node": ">=24"
}
},
"node_modules/@actions/attest": {

View File

@ -1,7 +1,7 @@
{
"name": "actions/attest-build-provenance",
"description": "Generate signed build provenance attestations",
"version": "1.1.5",
"version": "2.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/attest-build-provenance",
@ -21,7 +21,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"scripts": {
"bundle": "npm run format:write && npm run package",

View File

@ -10,5 +10,5 @@ outputs:
description: >
URI identifying the type of the predicate.
runs:
using: node20
using: node24
main: ../dist/index.js