Skip to content

Commit 57a14f6

Browse files
committed
fix(ci): pnpm automatically adds --frozen-lockfile in CI environments
1 parent c2071dd commit 57a14f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "
4141

4242
- name: Install webpack 5
43-
run: pnpm install
43+
run: pnpm install --no-frozen-lockfile
4444

4545
- name: Run unit tests for webpack 5
4646
run: pnpm run test

0 commit comments

Comments
 (0)