Skip to content

Commit 0475864

Browse files
committed
...
1 parent 1749c05 commit 0475864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ jobs:
273273
- name: Install Typescript (${{ env.TS_VERSION }}) and TSD (${{ env.TSD_VERSION }})
274274
run: pnpm i -D typescript@${{ env.TS_VERSION }} tsd@${{ env.TSD_VERSION }}
275275

276-
name: Make `tsconfig` backwards compatible.
277-
- run: pnpm script:override-tsconfig-target
276+
- name: Make `tsconfig` backwards compatible
277+
run: pnpm script:override-tsconfig-target
278278

279279
- name: Run tests with older TypeScript version
280280
run: pnpm test:typings && pnpm test:node:build

0 commit comments

Comments
 (0)