fix(actions): update workflow matrices & docs

This commit intentionally adds a matrix to keep supporting Node.js 12
while we evaluate it
This commit is contained in:
Mrugesh Mohapatra
2021-03-11 01:26:07 +05:30
committed by Mrugesh Mohapatra
parent 6c91f81b0e
commit b0bfc00f21
5 changed files with 13 additions and 12 deletions

View File

@ -23,7 +23,7 @@ Some community members also develop on Windows 10 natively with Git for Windows
| Prerequisite | Version | Notes |
| ----------------------------- | ------- | -------------------------------------------------------------------- |
| [Node.js](http://nodejs.org) | `12.x` | [LTS Schedule](https://github.com/nodejs/Release#release-schedule) |
| [Node.js](http://nodejs.org) | `14.x` | [LTS Schedule](https://github.com/nodejs/Release#release-schedule) |
| npm (comes bundled with Node) | `6.x` | Does not have LTS releases, we use the version bundled with Node LTS |
| [MongoDB Community Server](https://docs.mongodb.com/manual/administration/install-community/) | `3.6` | [Release Notes](https://docs.mongodb.com/manual/release-notes/), Note: We are currently on `3.6`, an [upgrade is planned](https://github.com/freeCodeCamp/freeCodeCamp/issues/18275). |