Skip to content

Commit 31fe6e5

Browse files
committed
fix: issue with frozen lockfile
1 parent 1ecc92e commit 31fe6e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.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
4242

4343
- name: Install Playwright browsers
4444
run: pnpm exec playwright install --with-deps chromium

.github/workflows/vitest.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
4242

4343
- name: Run unit tests
4444
run: pnpm test:ci

0 commit comments

Comments
 (0)