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.
12.x
1 parent be219bd commit e01f3d3Copy full SHA for e01f3d3
tools/doc/html.js
@@ -384,6 +384,7 @@ function altDocs(filename, docCreated) {
384
const [, docCreatedMajor, docCreatedMinor] = docCreated.map(Number);
385
const host = 'https://nodejs.org';
386
const versions = [
387
+ { num: '12.x' },
388
{ num: '11.x' },
389
{ num: '10.x', lts: true },
390
{ num: '9.x' },
0 commit comments