There was an error while loading. Please reload this page.
1 parent 384dde4 commit facb9d2Copy full SHA for facb9d2
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
run: yarn install --immutable
58
- name: Install GraphQL 16 compatibility baseline
59
if: matrix.graphql == 16
60
- run: yarn add --dev graphql@^16.8.1
+ run: yarn add --dev graphql@^16
61
# we default to v17 but support v16, so we want to also make sure the types fit
62
- if: matrix.graphql == 16
63
name: Check types
0 commit comments