Skip to content

Commit

Permalink
chore: use node 20
Browse files Browse the repository at this point in the history
resolves #43
  • Loading branch information
tony84727 committed Feb 18, 2024
1 parent 702ec2a commit afa88eb
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 @@ -17,7 +17,7 @@ inputs:
head-ref:
description: 'ref of the head commit to compare (mainly for testing the action)'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
color: blue
Expand Down

0 comments on commit afa88eb

Please sign in to comment.