Skip to content

Commit

Permalink
fix: upgrade GitHub Action to use Node16
Browse files Browse the repository at this point in the history
  • Loading branch information
martinm82 committed Oct 14, 2022
1 parent b474025 commit 03c3d82
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 03c3d82

Please sign in to comment.