Skip to content

Commit

Permalink
chore: upgrade action to Node.js 20 (#301)
Browse files Browse the repository at this point in the history
Upgrade to Node.js 20 as 16 is deprecated for actions.
  • Loading branch information
patheard authored Feb 23, 2024
1 parent 32db69c commit 4719878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down

0 comments on commit 4719878

Please sign in to comment.