Skip to content

Commit b411f9b

Browse files
committed
Try installing npm without sudo
1 parent 2838ced commit b411f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/update-node-modules.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$1" != "update" && "$1" != "check-only" ]; then
66
exit 1
77
fi
88

9-
sudo npm install --force -g [email protected]
9+
npm install --force -g [email protected]
1010

1111
# clean the npm cache to ensure we don't have any files owned by root
1212
sudo npm cache clean --force

0 commit comments

Comments
 (0)