We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2838ced commit b411f9bCopy full SHA for b411f9b
.github/workflows/script/update-node-modules.sh
@@ -6,7 +6,7 @@ if [ "$1" != "update" && "$1" != "check-only" ]; then
6
exit 1
7
fi
8
9
-sudo npm install --force -g [email protected]
+npm install --force -g [email protected]
10
11
# clean the npm cache to ensure we don't have any files owned by root
12
sudo npm cache clean --force
0 commit comments