Skip to content

Commit

Permalink
CI: test on node 15 (graphql#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored and saihaj committed Jan 12, 2021
1 parent 672d7e2 commit 6c42309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version_to_setup: [10, 12, 14]
node_version_to_setup: [10, 12, 14, 15]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion integrationTests/node/package.json
Expand Up @@ -7,6 +7,7 @@
"graphql": "file:../graphql.tgz",
"node-10": "npm:node@10.x.x",
"node-12": "npm:node@12.x.x",
"node-14": "npm:node@14.x.x"
"node-14": "npm:node@14.x.x",
"node-15": "npm:node@15.x.x"
}
}

0 comments on commit 6c42309

Please sign in to comment.