We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4daff5 commit 59f1eb0Copy full SHA for 59f1eb0
2 files changed
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
- 12
18
- 13
19
- 14
20
+ - 15
21
+ - 16
22
os:
23
- ubuntu-latest
24
- macos-latest
scripts/check-node-support.js
@@ -9,7 +9,7 @@ var shell = require('..');
9
10
// This is the authoritative list of supported node versions.
11
var MIN_NODE_VERSION = 8;
12
-var MAX_NODE_VERSION = 14;
+var MAX_NODE_VERSION = 16;
13
14
function checkReadme(minNodeVersion) {
15
var start = '<!-- start minVersion -->';
0 commit comments