Skip to content

Commit

Permalink
Update to use node16 runner (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmed authored Oct 12, 2022
1 parent a0aec26 commit 3025b74
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 @@ -8,5 +8,5 @@ inputs:
description: 'Specify a specific format. Available options are "gcc" or "tty"'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 3025b74

Please sign in to comment.