Skip to content

Commit

Permalink
Upgrade action to use node16 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Nov 21, 2022
1 parent 7ad462f commit 1d93e95
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 @@ -17,7 +17,7 @@ inputs:
description: "URL of github server. You shouldn't need to set this manually."
default: ${{ github.server_url }}
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'thumbs-up'
Expand Down

0 comments on commit 1d93e95

Please sign in to comment.