Skip to content

Commit

Permalink
chore: 更新 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruochuan12 committed Jul 31, 2024
1 parent 6009667 commit 45c818e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- name: 安装 pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

version: 9
run_install: |
- recursive: true
args: [--no-frozen-lockfile, --strict-peer-dependencies]
# - args: [--global, gulp, prettier, typescript]
- name: 设置 Node.js
uses: actions/setup-node@v4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
- name: 安装 pnpm
uses: pnpm/action-setup@v4
with:
version: 9.x
run_install: true
version: 9
run_install: |
- recursive: true
args: [--no-frozen-lockfile, --strict-peer-dependencies]
- name: 设置 Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 45c818e

Please sign in to comment.