We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c70c1a commit 61aca96Copy full SHA for 61aca96
.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
19
- 12
20
- 13
21
- 14
22
+ - 15
23
+ - 16
24
os:
25
- ubuntu-latest
26
- macos-latest
scripts/check-node-support.js
@@ -9,7 +9,7 @@ var shell = require('shelljs');
9
10
// This is the authoritative list of supported node versions.
11
var MIN_NODE_VERSION = 6;
12
-var MAX_NODE_VERSION = 14;
+var MAX_NODE_VERSION = 16;
13
14
function checkReadme(minNodeVersion) {
15
var start = '<!-- start minVersion -->';
0 commit comments