Skip to content

Commit 39c1944

Browse files
committed
update Contributing to mention node v12
1 parent dff2d0b commit 39c1944

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CONTRIBUTING.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
3434
#### Prerequisites
3535

3636
- git
37-
- [node.js](https://nodejs.org/en/). We recommend using node.js v10.x, but all
38-
versions starting from v6 should work. Upgrading and managing node versions
39-
can be easily done using [`nvm`](https://github.com/creationix/nvm) or its
40-
Windows alternatives.
41-
- [`npm`](https://www.npmjs.com/) v6.x and up (which ships by default with
42-
node.js v10.x) to ensure that the
37+
- [node.js](https://nodejs.org/en/). We recommend using node.js v12.x (LTS).
38+
Upgrading and managing node versions can be easily done using
39+
[`nvm`](https://github.com/creationix/nvm) or its Windows alternatives.
40+
- [`npm`](https://www.npmjs.com/) v6.x and up to ensure that the
4341
[`package-lock.json`](https://docs.npmjs.com/files/package-lock.json) file is
4442
used and updated correctly.
4543

0 commit comments

Comments
 (0)