Skip to content

Commit

Permalink
Update action to use NodeJS 16
Browse files Browse the repository at this point in the history
RobPasMue authored Oct 17, 2022
1 parent d78955c commit 75e1c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -16,5 +16,5 @@ branding:
icon: "package"
color: "red"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit 75e1c46

Please sign in to comment.