Skip to content

Commit

Permalink
fix: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 16, 2024
1 parent a6d9458 commit 39ec85d
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 @@ -18,5 +18,5 @@ outputs:

runs:
using: 'node20'
pre: 'yarn'
pre: 'npm install -g yarn && yarn'
main: 'action.js'

0 comments on commit 39ec85d

Please sign in to comment.