mirror of
https://github.com/nodejs/node.git
synced 2025-08-20 01:15:51 +02:00
deps: upgrade npm to 8.16.0
PR-URL: https://github.com/nodejs/node/pull/44119 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
parent
02aa8c22c2
commit
96601cc759
191 changed files with 9600 additions and 2131 deletions
2
deps/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js
generated
vendored
2
deps/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js
generated
vendored
|
|
@ -14,6 +14,7 @@ const runScriptPkg = async options => {
|
|||
event,
|
||||
path,
|
||||
scriptShell,
|
||||
binPaths = false,
|
||||
env = {},
|
||||
stdio = 'pipe',
|
||||
pkg,
|
||||
|
|
@ -58,6 +59,7 @@ const runScriptPkg = async options => {
|
|||
event,
|
||||
path,
|
||||
scriptShell,
|
||||
binPaths,
|
||||
env: packageEnvs(env, pkg),
|
||||
stdio,
|
||||
cmd,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue