Skip to content

Commit

Permalink
chore: update to node16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 13, 2022
1 parent 8fd9a59 commit fb61225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:

scale:
description: Set badge scale.
default: 1
default: "1"
required: false

output:
Expand All @@ -46,7 +46,7 @@ outputs:
description: 'svg image string'

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

branding:
Expand Down

0 comments on commit fb61225

Please sign in to comment.