We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30592b3 commit 7583dafCopy full SHA for 7583daf
.github/workflows/ci.yml
@@ -76,10 +76,10 @@ jobs:
76
node-version: 18
77
cache: pnpm
78
- name: Install Dependencies
79
- run: pnpm install --frozen-lockfile -w
+ run: pnpm install --frozen-lockfile
80
- run: pnpm build
81
- name: Swap TS Version
82
- run: pnpm add --save-dev typescript@${{ matrix.tsVersion }}
+ run: pnpm add --save-dev typescript@${{ matrix.tsVersion }} --workspace-root
83
- name: Check Types
84
run: |
85
pnpm tsc -v
0 commit comments