Skip to content

Commit

Permalink
Merge pull request #63 from martinm82/fix/update-node16
Browse files Browse the repository at this point in the history
fix: upgrade GitHub Action to use Node16
  • Loading branch information
TimonVS committed Nov 13, 2022
2 parents b474025 + 03c3d82 commit e2edd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -9,5 +9,5 @@ branding:
icon: 'tag'
color: 'white'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit e2edd7b

Please sign in to comment.