Skip to content

Commit 04a8487

Browse files
authored
chore(workflows): remove resolutions (#3514)
1 parent bfb2a9e commit 04a8487

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test-old-typescript.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
- name: Patch for Older TS
6161
if: ${{ matrix.typescript == '4.7.4' || matrix.typescript == '4.6.4' || matrix.typescript == '4.5.5' }}
6262
run: |
63-
pnpm json -I -f package.json -e "this.resolutions={}; this.resolutions['@types/node']='18.13.0';"
6463
pnpm add -D @types/node@18.13.0
6564
pnpm add -D vitest@3.2.4 @vitest/coverage-v8@3.2.4 @vitest/ui@3.2.4
6665
- name: Install old TypeScript

0 commit comments

Comments
 (0)