Skip to content

Commit

Permalink
fixed yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Mar 15, 2024
1 parent 4eeabb2 commit 2eda912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
run: |
node_version="${{ steps.setup-node.outputs.node-version }}"
echo "node-version=${node_version#v}" >> "$GITHUB_OUTPUT"
- shell: bash
run: npm install -g [email protected]

- name: Install node dependencies
shell: bash
Expand Down

0 comments on commit 2eda912

Please sign in to comment.