Skip to content

Commit

Permalink
Merge pull request #11 from jannekem/node16
Browse files Browse the repository at this point in the history
feat: upgrade to node 16
  • Loading branch information
jannekem authored Nov 1, 2022
2 parents 2ca3653 + b494db3 commit 2f75b06
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
Expand Up @@ -20,7 +20,7 @@ outputs:
error:
description: "A string of 'true' or 'false' that tells if there were errors, use in conjunction with the fail-on-error input"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
color: "purple"
Expand Down

0 comments on commit 2f75b06

Please sign in to comment.