Skip to content

Commit 373ea5a

Browse files
committed
bump nodejs version to 20
octokit dropped support for nodejs 16 and nodejs 20 is currently the only version that is currently documented as supported [1]. [1] https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 8c3c599 commit 373ea5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ inputs:
4141
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
4242
default: ${{ github.token }}
4343
runs:
44-
using: 'node16'
44+
using: 'node20'
4545
main: 'dist/index.js'
4646
post: 'dist/index.js'

0 commit comments

Comments
 (0)