Skip to content

Commit 7ea59f1

Browse files
committed
CI: test on node 15
1 parent acbc736 commit 7ea59f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"node-10": "npm:node@10.x.x",
99
"node-12": "npm:node@12.x.x",
1010
"node-14": "npm:node@14.x.x"
11+
"node-15": "npm:node@15.x.x"
1112
}
1213
}

0 commit comments

Comments
 (0)