Skip to content

Commit 3d1ecba

Browse files
committed
🐛 fix: lighthouse-ci.yml 수정
1 parent 4a2a280 commit 3d1ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-pnpm-store-
3939
4040
- name: Install dependencies
41-
run: pnpm install --frozen-lockfile
41+
run: pnpm install --no-frozen-lockfile
4242

4343
- name: Run Lighthouse CI
4444
run: pnpm lighthouse:ci

0 commit comments

Comments
 (0)