Skip to content

Commit 6c73427

Browse files
committed
Update GitHub Actions workflow to use 'pnpm install --no-frozen-lockfile' for improved dependency installation flexibility.
1 parent c368ade commit 6c73427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Install frontend dependencies
104104
if: ${{ matrix.enabled }}
105-
run: pnpm install
105+
run: pnpm install --no-frozen-lockfile
106106

107107
- name: install Rust stable
108108
if: ${{ matrix.enabled }}

0 commit comments

Comments
 (0)