Skip to content

Commit

Permalink
Merge pull request #8 from DeepDiver1975/patch-1
Browse files Browse the repository at this point in the history
fix: run node16
  • Loading branch information
federicocarboni authored Oct 12, 2022
2 parents 1029161 + 61eb272 commit 66d7797
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 @@ -7,5 +7,5 @@ inputs:
default: ${{ github.token }}

runs:
using: node12
using: node16
main: dist/index.js

2 comments on commit 66d7797

@kalugny
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that!
Can you also create a new tag so we can use the new version?

@chrisapplegate
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for doing this @federicocarboni. Just seconding @kalugny's request for a new tag so we can update the version number in our YAML files

Please sign in to comment.