Skip to content

Commit 9a076c8

Browse files
authored
tools: use npm ci in Undici update script
Signed-off-by: Antoine du Hamel <[email protected]> PR-URL: #63098 Refs: nodejs/undici#5139 Reviewed-By: René <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 480ee08 commit 9a076c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dep_updaters/update-undici.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mv "$DEPS_DIR/undici"/undici-* "$DEPS_DIR/undici/src"
7575

7676
# Rebuild components from source
7777
rm lib/llhttp/llhttp*.*
78-
"$NODE" "$NPM" install --ignore-scripts
78+
"$NODE" "$NPM" ci --ignore-scripts
7979
"$NODE" "$NPM" run build:wasm > lib/llhttp/wasm_build_env.txt
8080
"$NODE" "$NPM" run build:node
8181
"$NODE" "$NPM" prune --production

0 commit comments

Comments
 (0)