Skip to content

Commit

Permalink
fix invalid node version for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Dec 20, 2024
1 parent c85723a commit de3c51a
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 @@ -38,7 +38,7 @@ inputs:
required: false

runs:
using: "node23"
using: "node20"
main: "dist/index.js"
post: "dist/save/index.js"
post-if: success()

0 comments on commit de3c51a

Please sign in to comment.