Skip to content

Commit 2f75b06

Browse files
authored
Merge pull request #11 from jannekem/node16
feat: upgrade to node 16
2 parents 2ca3653 + b494db3 commit 2f75b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ outputs:
2020
error:
2121
description: "A string of 'true' or 'false' that tells if there were errors, use in conjunction with the fail-on-error input"
2222
runs:
23-
using: "node12"
23+
using: "node16"
2424
main: "dist/index.js"
2525
branding:
2626
color: "purple"

0 commit comments

Comments
 (0)