Skip to content

Commit

Permalink
upgrade: Use Node.js v20
Browse files Browse the repository at this point in the history
v16 -> v20
  • Loading branch information
Awayume committed Feb 10, 2024
1 parent 17cc2d8 commit fea41a9
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
@@ -8,7 +8,7 @@ inputs:
default: ${{ github.token }}

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:

0 comments on commit fea41a9

Please sign in to comment.