Skip to content

Commit

Permalink
Merge pull request #20 from sc979/fix-node20-version
Browse files Browse the repository at this point in the history
fix(action): correct node version
  • Loading branch information
julz0815 authored Feb 12, 2024
2 parents 3ddddec + a883b33 commit 5644ae0
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 @@ -99,5 +99,5 @@ inputs:
required: false

runs:
using: 'node2ß'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 5644ae0

Please sign in to comment.