Skip to content

Commit 6737cbe

Browse files
committed
typecheck only gql 16
1 parent 89aa142 commit 6737cbe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
- name: Install GraphQL 16 compatibility baseline
6161
if: matrix.graphql == 16
6262
run: yarn add --dev graphql@^16.8.1
63-
- name: Check types
63+
# we default to v17 but support v16, so we want to also make sure the types fit
64+
- if: matrix.graphql == 16
65+
name: Check types
6466
run: yarn check:type
6567
- name: Test
66-
run: yarn test --run
68+
run: yarn test

0 commit comments

Comments
 (0)