Skip to content

Commit 17866d5

Browse files
authored
Run type tests on older versions of ts on ci (#39)
1 parent 07e202c commit 17866d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: ./.github/actions/setup-deps
1717

1818
- name: Check Types
19-
run: pnpm run types
19+
run: pnpm run all:types
2020
linting:
2121
name: Linting
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)