Skip to content

Commit

Permalink
Merge pull request #22 from joshtynjala/node16
Browse files Browse the repository at this point in the history
Run on node16 instead of node12
  • Loading branch information
krdlab authored Nov 4, 2022
2 parents 5385fdd + a3d9fc9 commit 6251bd6
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 @@ -7,7 +7,7 @@ inputs:
required: true
default: '4.2.5'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'download'
Expand Down

0 comments on commit 6251bd6

Please sign in to comment.