Skip to content

Commit

Permalink
update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent b239b87 commit fc9144b
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
@@ -1,5 +1,5 @@
name: 'My JavaScript Action'

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

0 comments on commit fc9144b

Please sign in to comment.