Skip to content

Commit

Permalink
fix(ci): pnpm automatically adds --frozen-lockfile in CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Nov 14, 2022
1 parent c2071dd commit 57a14f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "

- name: Install webpack 5
run: pnpm install
run: pnpm install --no-frozen-lockfile

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

0 comments on commit 57a14f6

Please sign in to comment.