Skip to content

Commit

Permalink
chore: fix .github ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed May 7, 2023
1 parent 1e8779e commit 1964cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install
run: pnpm i
run: npm i [email protected] -g && pnpm i

- name: Build
run: pnpm build
Expand Down

0 comments on commit 1964cd0

Please sign in to comment.