Skip to content

Commit de3c51a

Browse files
committed
fix invalid node version for runner
1 parent c85723a commit de3c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs:
3838
required: false
3939

4040
runs:
41-
using: "node23"
41+
using: "node20"
4242
main: "dist/index.js"
4343
post: "dist/save/index.js"
4444
post-if: success()

0 commit comments

Comments
 (0)