Skip to content

Commit

Permalink
fix: add Node.js 16.x and 17.x to generated version link list (#4545)
Browse files Browse the repository at this point in the history
* fix: add Node.js 16.x and 17.x to generated version link list

`source/nodejsVersions.md` is used to generate a list of version links
on each locale page. Node.js 17.x were missing.

Co-authored-by: Nick Schonning <nschonni@gmail.com>
  • Loading branch information
austinkelleher and nschonni committed Apr 19, 2022
1 parent 01dd0ac commit 500da07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/nodejsVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'locale' folder at 'docs/index.md' to replace the variable
in order to avoid missing adding Node.js links.
-->
* [Node.js 17.x](https://nodejs.org/docs/latest-v17.x/api/)
* [Node.js 15.x](https://nodejs.org/docs/latest-v15.x/api/)
* [Node.js 14.x](https://nodejs.org/docs/latest-v14.x/api/)
* [Node.js 13.x](https://nodejs.org/docs/latest-v13.x/api/)
Expand Down

0 comments on commit 500da07

Please sign in to comment.