Skip to content

Commit 7583daf

Browse files
committed
oops
1 parent 30592b3 commit 7583daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
node-version: 18
7777
cache: pnpm
7878
- name: Install Dependencies
79-
run: pnpm install --frozen-lockfile -w
79+
run: pnpm install --frozen-lockfile
8080
- run: pnpm build
8181
- name: Swap TS Version
82-
run: pnpm add --save-dev typescript@${{ matrix.tsVersion }}
82+
run: pnpm add --save-dev typescript@${{ matrix.tsVersion }} --workspace-root
8383
- name: Check Types
8484
run: |
8585
pnpm tsc -v

0 commit comments

Comments
 (0)