Skip to content

Commit 36f5973

Browse files
authored
Merge pull request #193 from per1234/node16
Specify Node.js 16.x runtime for action execution in runner
2 parents 774063b + a8c7950 commit 36f5973

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
@@ -40,7 +40,7 @@ inputs:
4040
required: false
4141
default: ${{ github.token }}
4242
runs:
43-
using: "node12"
43+
using: "node16"
4444
main: "dist/index.js"
4545
branding:
4646
icon: "check-square"

0 commit comments

Comments
 (0)