Skip to content

Commit 30592b3

Browse files
committedMar 4, 2024
use -w
1 parent 3da2573 commit 30592b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
node-version: 18
7777
cache: pnpm
7878
- name: Install Dependencies
79-
run: pnpm install --frozen-lockfile
79+
run: pnpm install --frozen-lockfile -w
8080
- run: pnpm build
8181
- name: Swap TS Version
8282
run: pnpm add --save-dev typescript@${{ matrix.tsVersion }}

0 commit comments

Comments
 (0)