Skip to content

Commit

Permalink
Merge pull request #148 from GlazerMann/patch-1
Browse files Browse the repository at this point in the history
update node js to 16
  • Loading branch information
ppremk authored Feb 2, 2023
2 parents e5f9a4c + fe589e2 commit f0d9834
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 @@ -24,7 +24,7 @@ outputs:
lfsFiles: # output will be available to future steps
description: "Array of possible detected large file(s)"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
icon: "alert-triangle" # icon referenced from https://feathericons.com/
Expand Down

0 comments on commit f0d9834

Please sign in to comment.