Skip to content

Commit acc98cd

Browse files
committed
ci
1 parent b498f4b commit acc98cd

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
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'pnpm'
3030
- name: Install dependencies
31-
run: pnpm install
31+
run: pnpm install -r --offline
3232
- name: Build all packages
3333
run: pnpm build
3434
- name: Run linter

0 commit comments

Comments
 (0)