We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d93fe9 commit 4ddd1f8Copy full SHA for 4ddd1f8
.github/workflows/main.yml
@@ -21,6 +21,8 @@ jobs:
21
- 14
22
- 15
23
- 16
24
+ - 17
25
+ - 18
26
os:
27
- ubuntu-latest
28
- 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 = 16;
+var MAX_NODE_VERSION = 18;
13
14
function checkReadme(minNodeVersion) {
15
var start = '<!-- start minVersion -->';
0 commit comments