Skip to content

Commit

Permalink
适配pnpm版本
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed May 25, 2024
1 parent 4862fa6 commit a0ef41a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-plugged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
python-version: "3.10"

- name: Use pnpm instead npm
run: npm install -g pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Prepare environments
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
python-version: "3.10"

- name: Use pnpm instead npm
run: npm install -g pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Prepare environments
run: |
Expand Down

0 comments on commit a0ef41a

Please sign in to comment.