Skip to content

Commit 67d1b1a

Browse files
committed
fix: explicitly use --no-frozen-lockfile in workflows
1 parent 79ddc56 commit 67d1b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install
37+
run: pnpm install --no-frozen-lockfile
3838

3939
- name: Build Packages
4040
run: pnpm build

.github/workflows/release_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install
37+
run: pnpm install --no-frozen-lockfile
3838

3939
- name: Build Packages
4040
run: pnpm build

0 commit comments

Comments
 (0)