Skip to content

Commit 75e1c46

Browse files
authored
Update action to use NodeJS 16
1 parent d78955c commit 75e1c46

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
@@ -16,5 +16,5 @@ branding:
1616
icon: "package"
1717
color: "red"
1818
runs:
19-
using: "node12"
19+
using: "node16"
2020
main: "dist/index.js"

0 commit comments

Comments
 (0)