Skip to content

Commit 88b0216

Browse files
committed
Fix CI
1 parent 172a432 commit 88b0216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
with:
7474
node-version: ${{ matrix.node-version }}
7575
- name: Install dependencies
76-
run: pnpm install --frozen-lockfile --ignore-scripts
76+
run: pnpm install --no-frozen-lockfile --ignore-scripts
7777
- name: Run unit tests
7878
run: pnpm unit

0 commit comments

Comments
 (0)