Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit a9846ca

Browse files
committed
Upgrade graphql to 14.X and make it a peer dependency
1 parent ee2c539 commit a9846ca

4 files changed

Lines changed: 186 additions & 174 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22

33
matrix:
44
include:
5-
- node_js: "6"
5+
- node_js: "10"
6+
- node_js: "12"
67

78
before_script:
89
- npm run build-ts

0 commit comments

Comments
 (0)