Skip to content

Commit 49e32ba

Browse files
CI: test on node 15 (#2836)
1 parent acbc736 commit 49e32ba

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
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
strategy:
147147
matrix:
148-
node_version_to_setup: [10, 12, 14]
148+
node_version_to_setup: [10, 12, 14, 15]
149149
steps:
150150
- name: Checkout repo
151151
uses: actions/checkout@v2

integrationTests/node/package.json

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

0 commit comments

Comments
 (0)