Skip to content

Commit

Permalink
docs: 升级 pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Aug 13, 2023
1 parent 6498923 commit 391b47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Set node
uses: actions/setup-node@v3
Expand All @@ -27,7 +27,7 @@ jobs:
cache: pnpm

- name: Install
run: pnpm i
run: pnpm install --no-frozen-lockfile

- name: Build
run: pnpm docs:build
Expand Down

0 comments on commit 391b47d

Please sign in to comment.