Skip to content

Commit 59f1eb0

Browse files
committed
chore(ci): bump CI to include node v15/16
No change to logic. This bumps the CI to include node v15 and v16 when testing. No change to minimum node version.
1 parent b4daff5 commit 59f1eb0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- 12
1818
- 13
1919
- 14
20+
- 15
21+
- 16
2022
os:
2123
- ubuntu-latest
2224
- 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('..');
99

1010
// This is the authoritative list of supported node versions.
1111
var MIN_NODE_VERSION = 8;
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)