There was an error while loading. Please reload this page.
1 parent 89aa142 commit 6737cbeCopy full SHA for 6737cbe
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,9 @@ jobs:
60
- name: Install GraphQL 16 compatibility baseline
61
if: matrix.graphql == 16
62
run: yarn add --dev graphql@^16.8.1
63
- - name: Check types
+ # 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
66
run: yarn check:type
67
- name: Test
- run: yarn test --run
68
+ run: yarn test
0 commit comments