Skip to content

Commit

Permalink
Use Node.js 16 as the action runtime (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Oct 19, 2022
1 parent be10897 commit 1f8873e
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 @@ -18,7 +18,7 @@ inputs:
required: false
default: "update"
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'cpu'
Expand Down

0 comments on commit 1f8873e

Please sign in to comment.