Skip to content

Commit

Permalink
chore: use Node.js 20 instead
Browse files Browse the repository at this point in the history
node18 is LTS as of today, but not supported in GitHub Actions, so using node20 instead as per actions/runner#2619 (comment).
  • Loading branch information
mxschmitt committed Sep 5, 2023
1 parent 3e489c9 commit 7848989
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 8,362 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -4,7 +4,7 @@ branding:
icon: terminal
author: 'Max Schmitt'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
post: 'lib/index.js'
post-if: '!cancelled()'
Expand Down

0 comments on commit 7848989

Please sign in to comment.