Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 480d538

Browse filesBrowse files
committed
tools: use npm ci in Undici update script
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63098 Refs: nodejs/undici#5139 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 55298c4 commit 480d538
Copy full SHA for 480d538

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎tools/dep_updaters/update-undici.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-undici.sh
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.