We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 909aacc + c392289 commit b1fa969Copy full SHA for b1fa969
CONTRIBUTING.md
@@ -77,10 +77,10 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
77
#### Prerequisites
78
79
- git
80
-- [node.js](https://nodejs.org/en/). We recommend using node.js v12.x (LTS).
+- [node.js](https://nodejs.org/en/). We recommend using node.js v16.x.
81
Upgrading and managing node versions can be easily done using
82
[`nvm`](https://github.com/creationix/nvm) or its Windows alternatives.
83
-- [`npm`](https://www.npmjs.com/) v6.x and up to ensure that the
+- [`npm`](https://www.npmjs.com/) v7.x and up to ensure that the
84
[`package-lock.json`](https://docs.npmjs.com/files/package-lock.json) file is
85
used and updated correctly.
86
0 commit comments