Skip to content

Commit

Permalink
fix: Revert node version in action (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 authored Jun 11, 2024
1 parent b4cafc7 commit 39e4f06
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 @@ -63,5 +63,5 @@ inputs:
required: false
default: "false"
runs:
using: 'node22'
using: 'node20'
main: 'dist/main/index.js'

0 comments on commit 39e4f06

Please sign in to comment.