Skip to content

Commit 39a9834

Browse files
committed
no flag for frozen lockfile
since pnpm already does this by default for ci
1 parent 92d8a87 commit 39a9834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: 20
3232
cache: "pnpm"
3333
- name: Install dependencies
34-
run: pnpm install --frozen-lockfile
34+
run: pnpm install
3535
- name: Install Playwright Browsers
3636
run: pnpm playwright install --with-deps ${{ matrix.browser }}
3737
- name: Run Playwright tests

0 commit comments

Comments
 (0)