We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cbde3 commit 15c5f61Copy full SHA for 15c5f61
1 file changed
.github/workflows/test.yml
@@ -74,6 +74,8 @@ jobs:
74
node-version: ${{ matrix.node-version }}
75
- name: Install dependencies
76
run: pnpm install --ignore-scripts
77
+ - name: Downgrade TypeScript
78
+ run: pnpm install typescript@4
79
- name: Run unit tests
80
run: pnpm run old
81
windows:
0 commit comments