Skip to content

Commit a140bc2

Browse files
npm-cli-bottargos
authored andcommittedOct 27, 2023
deps: upgrade npm to 10.1.0
PR-URL: #49570 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 65ca41c commit a140bc2

File tree

113 files changed

+347
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+347
-144
lines changed
 

‎deps/npm/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99

1010
One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**:
1111

12-
* `14.x.x` >= `14.17.0`
13-
* `16.x.x` >= `16.13.0`
14-
* `18.0.0` or higher
12+
* `18.x.x` >= `18.17.0`
13+
* `20.5.0` or higher
1514

1615
### Installation
1716

‎deps/npm/docs/content/commands/npm-install-test.md

+20
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,26 @@ Note: This is NOT honored by other network related commands, eg `dist-tags`,
256256

257257

258258

259+
#### `cpu`
260+
261+
* Default: null
262+
* Type: null or String
263+
264+
Override CPU architecture of native modules to install. Acceptable values
265+
are same as `cpu` field of package.json, which comes from `process.arch`.
266+
267+
268+
269+
#### `os`
270+
271+
* Default: null
272+
* Type: null or String
273+
274+
Override OS of native modules to install. Acceptable values are same as `os`
275+
field of package.json, which comes from `process.platform`.
276+
277+
278+
259279
#### `workspace`
260280

261281
* Default:

0 commit comments

Comments
 (0)
Please sign in to comment.