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 05db932 commit 7ec4f3eCopy full SHA for 7ec4f3e
.github/workflows/main.yml
@@ -23,6 +23,8 @@ jobs:
23
- 16
24
- 17
25
- 18
26
+ - 19
27
+ - 20
28
os:
29
- ubuntu-latest
30
- 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 = 18;
+var MAX_NODE_VERSION = 20;
13
14
function checkReadme(minNodeVersion) {
15
var start = '<!-- start minVersion -->';
0 commit comments