There was an error while loading. Please reload this page.
1 parent 1749c05 commit 0475864Copy full SHA for 0475864
1 file changed
.github/workflows/test.yml
@@ -273,8 +273,8 @@ jobs:
273
- name: Install Typescript (${{ env.TS_VERSION }}) and TSD (${{ env.TSD_VERSION }})
274
run: pnpm i -D typescript@${{ env.TS_VERSION }} tsd@${{ env.TSD_VERSION }}
275
276
- name: Make `tsconfig` backwards compatible.
277
- - run: pnpm script:override-tsconfig-target
+ - name: Make `tsconfig` backwards compatible
+ run: pnpm script:override-tsconfig-target
278
279
- name: Run tests with older TypeScript version
280
run: pnpm test:typings && pnpm test:node:build
0 commit comments