Skip to content

Commit 38fcb53

Browse files
authored
Use GraphQL v15 and v16 only
1 parent c837180 commit 38fcb53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
strategy:
3535
matrix:
3636
graphql_version:
37-
- 14
3837
- 15
3938
- 16
4039
steps:
@@ -63,9 +62,8 @@ jobs:
6362
strategy:
6463
matrix:
6564
os: [ubuntu-latest] # remove windows to speed up the tests
66-
node-version: [12, 14, 16, 18]
65+
node-version: [12, 16, 18]
6766
graphql_version:
68-
- 14
6967
- 15
7068
- 16
7169
steps:

0 commit comments

Comments
 (0)