Skip to content

Commit 9809b79

Browse files
authored
Merge pull request #52 from aaazh/main
fix: docs deploy error
2 parents 81dd94b + cc4f492 commit 9809b79

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
if: env.GIT_DIFF
2323
with:
2424
version: 10
25-
run_install: |
26-
- recursive: true
27-
args: [--frozen-lockfile, --strict-peer-dependencies]
25+
- name: Install dependencies
26+
if: env.GIT_DIFF
27+
run: pnpm install --frozen-lockfile
2828

2929
- name: Upgrade npm to 10
3030
run: npm install -g npm@10

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: pnpm/action-setup@v2
1111
with:
12-
version: 9
12+
version: 10
1313
- name: Install dependencies
1414
run: pnpm install --frozen-lockfile
1515
- name: exec lint
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: pnpm/action-setup@v2
2323
with:
24-
version: 9
24+
version: 10
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile
2727
- name: exec unit test

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)