feat(action): Updating to Node20 (#811)

This PR relates to the discussion from
https://github.com/slsa-framework/slsa-verifier/issues/806 regarding the
Node16 deprecation notice.

There are no changes to the `dist/` folder with the change to Node20
(used `v20.17.0`) - this is completely drop-in.

Signed-off-by: Kyle Colantonio <k@yle.sh>
Co-authored-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
This commit is contained in:
Kyle Colantonio
2024-10-10 15:30:23 -04:00
committed by GitHub
parent 4cd7d4802e
commit d758bd3718

View File

@@ -23,5 +23,5 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'