Skip to content

Commit

Permalink
Merge pull request #3 from vaimo/update_node_from_v16_to_v20
Browse files Browse the repository at this point in the history
update node version from 16 to 20
  • Loading branch information
elvinristi authored Mar 18, 2024
2 parents cb050aa + 24f6c6c commit cbc03e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: false
default: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'
Expand Down

0 comments on commit cbc03e8

Please sign in to comment.