Skip to content

Commit

Permalink
chore: 修改 test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWXY committed Apr 1, 2024
1 parent 060d243 commit 1cacfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install pnpm
run: npm ci
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 1cacfec

Please sign in to comment.