Skip to content

Commit

Permalink
Use GraphQL v15 and v16 only
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jun 21, 2022
1 parent c837180 commit 38fcb53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
strategy:
matrix:
graphql_version:
- 14
- 15
- 16
steps:
Expand Down Expand Up @@ -63,9 +62,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # remove windows to speed up the tests
node-version: [12, 14, 16, 18]
node-version: [12, 16, 18]
graphql_version:
- 14
- 15
- 16
steps:
Expand Down

1 comment on commit 38fcb53

@vercel
Copy link

@vercel vercel bot commented on 38fcb53 Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.