Skip to content

Commit

Permalink
🐛 最讨厌调试 action 了 (
Browse files Browse the repository at this point in the history
  • Loading branch information
suyiiyii committed Sep 27, 2024
1 parent 75ab14c commit f01c256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ runs:
node-version: "20"

- name: Set Up Pnpm
uses: actions/pnpm-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9.10.0
version: 9

- id: pnpm-cache-dir-path
run: echo "::set-output name=dir::$(pnpm store path)"
Expand Down

0 comments on commit f01c256

Please sign in to comment.