Skip to content

Commit

Permalink
Skip v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Apr 2, 2020
1 parent 34d8959 commit bfb68f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Legacy GraphQL
run: yarn add -D -W graphql@0.13 @types/graphql
run: yarn add -D -W graphql@14
if: matrix.graphql_version == 'legacy'
- name: Install Dependencies using Yarn
run: yarn install
Expand Down
3 changes: 1 addition & 2 deletions packages/schema-merging/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"alwaysStrict": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"typeRoots": ["../../node_modules/@types/", "./node_modules/@types/"]
"noUnusedParameters": false
},
"exclude": ["node_modules", "tests", "dist"]
}

0 comments on commit bfb68f4

Please sign in to comment.