We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad462f commit 1d93e95Copy full SHA for 1d93e95
action.yml
@@ -17,7 +17,7 @@ inputs:
17
description: "URL of github server. You shouldn't need to set this manually."
18
default: ${{ github.server_url }}
19
runs:
20
- using: 'node12'
+ using: 'node16'
21
main: 'dist/index.js'
22
branding:
23
icon: 'thumbs-up'
0 commit comments