Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 90b2338

Browse files
committed
fix: update beta release workflow to handle patchedDependencies
- Add --no-frozen-lockfile flag to pnpm install in GitHub Actions - This should resolve the lockfile mismatch error with patchedDependencies - Fixes the ERR_PNPM_LOCKFILE_CONFIG_MISMATCH error in the workflow
1 parent 04b9f14 commit 90b2338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)