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

Commit c740a0e

Browse files
CI: test on node 15 (#709)
1 parent b17f89c commit c740a0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119-
node_version_to_setup: [10, 12, 14]
119+
node_version_to_setup: [10, 12, 14, 15]
120120
steps:
121121
- name: Checkout repo
122122
uses: actions/checkout@v2

integrationTests/node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"graphql": "14.7.0",
99
"node-10": "npm:[email protected]",
1010
"node-12": "npm:[email protected]",
11-
"node-14": "npm:[email protected]"
11+
"node-14": "npm:[email protected]",
12+
"node-15": "npm:[email protected]"
1213
}
1314
}

0 commit comments

Comments
 (0)