File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
7878#### Prerequisites
7979
8080- git
81- - [ node.js] ( https://nodejs.org/en/ ) . We recommend using node.js v18 .x.
81+ - [ node.js] ( https://nodejs.org/en/ ) . We recommend using node.js v22 .x.
8282 Upgrading and managing node versions can be easily done using
8383 [ ` nvm ` ] ( https://github.com/nvm-sh/nvm ) or its Windows alternatives.
8484- [ ` npm ` ] ( https://www.npmjs.com/ ) v10.x and up to ensure that the
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ Make sure you have the versions of node/npm that's recommended:
55- plotly.js before 2.5: Node 12/npm 6
66- plotly.js from 2.5: Node 16/npm 8
77- plotly.js from 2.35: Node 18/npm 10
8+ - plotly.js from 4.0: Node 22/npm 10
89
9- To download a specific node version look [ here] ( https://nodejs.org/en/download/package-manager ) .
10+ To download a specific node version look [ here] ( https://nodejs.org/en/download ) .
1011
1112Note: For CI, it's faster to do ` git clone --depth 1 ` to only get one commit.
1213
You can’t perform that action at this time.
0 commit comments