We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2a280 commit 3d1ecbaCopy full SHA for 3d1ecba
.github/workflows/lighthouse-ci.yml
@@ -38,7 +38,7 @@ jobs:
38
${{ runner.os }}-pnpm-store-
39
40
- name: Install dependencies
41
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
42
43
- name: Run Lighthouse CI
44
run: pnpm lighthouse:ci
0 commit comments