Skip to content

Commit 61aca96

Browse files
committed
chore(ci): run tests up to node v16
No change to logic. This adds node v15 and v16 to the CI testing.
1 parent 4c70c1a commit 61aca96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- 12
2020
- 13
2121
- 14
22+
- 15
23+
- 16
2224
os:
2325
- ubuntu-latest
2426
- macos-latest

scripts/check-node-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var shell = require('shelljs');
99

1010
// This is the authoritative list of supported node versions.
1111
var MIN_NODE_VERSION = 6;
12-
var MAX_NODE_VERSION = 14;
12+
var MAX_NODE_VERSION = 16;
1313

1414
function checkReadme(minNodeVersion) {
1515
var start = '<!-- start minVersion -->';

0 commit comments

Comments
 (0)