Skip to content

Commit 632ca26

Browse files
committed
ci: update pnpm install --no-frozen-lockfile
1 parent 1d6f4ee commit 632ca26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: pnpm # 或 pnpm / yarn
3535
# 安装依赖
3636
- name: Install dependencies
37-
run: pnpm install
37+
run: pnpm install --no-frozen-lockfile
3838
- name: Create Release Pull Request or Publish to npm
3939
id: changesets
4040
uses: changesets/action@v1

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: pnpm # 或 pnpm / yarn
4545
# 安装依赖
4646
- name: Install dependencies
47-
run: pnpm install
47+
run: pnpm install --no-frozen-lockfile
4848
# - name: Setup bun
4949
# uses: oven-sh/setup-bun@v2
5050
# with:

0 commit comments

Comments
 (0)