Skip to content

Commit 1d93e95

Browse files
authored
Upgrade action to use node16 (#631)
1 parent 7ad462f commit 1d93e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
description: "URL of github server. You shouldn't need to set this manually."
1818
default: ${{ github.server_url }}
1919
runs:
20-
using: 'node12'
20+
using: 'node16'
2121
main: 'dist/index.js'
2222
branding:
2323
icon: 'thumbs-up'

0 commit comments

Comments
 (0)