Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
CI: test on node 15 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Nov 4, 2020
1 parent b17f89c commit c740a0e
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
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"graphql": "14.7.0",
"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 c740a0e

Please sign in to comment.