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 bfb2a9e commit 04a8487Copy full SHA for 04a8487
1 file changed
.github/workflows/test-old-typescript.yml
@@ -60,7 +60,6 @@ jobs:
60
- name: Patch for Older TS
61
if: ${{ matrix.typescript == '4.7.4' || matrix.typescript == '4.6.4' || matrix.typescript == '4.5.5' }}
62
run: |
63
- pnpm json -I -f package.json -e "this.resolutions={}; this.resolutions['@types/node']='18.13.0';"
64
pnpm add -D @types/node@18.13.0
65
pnpm add -D vitest@3.2.4 @vitest/coverage-v8@3.2.4 @vitest/ui@3.2.4
66
- name: Install old TypeScript
0 commit comments