Compare commits

...

2 Commits

Author SHA1 Message Date
672174a5ba Merge pull request #606 from actions/v3/node16
Carry forward `v3/node16` updates to `v3/node20`
2024-08-29 11:55:17 -04:00
97a0fba137 use node20 2024-03-18 15:56:53 +00:00

View File

@ -29,5 +29,5 @@ inputs:
If false, hidden files will be excluded from the uploaded artifact. If false, hidden files will be excluded from the uploaded artifact.
default: 'false' default: 'false'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'