We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e00cd12 + 41f1810 commit f3bd25eCopy full SHA for f3bd25e
.github/workflows/script/check-node-modules.sh
@@ -10,6 +10,10 @@ fi
10
# When updating this, make sure to update the npm version in
11
# `.github/workflows/update-dependencies.yml` too.
12
sudo npm install --force -g [email protected]
13
+
14
+# clean the npm cache to ensure we don't have any files owned by root
15
+sudo npm cache clean --force
16
17
# Reinstall modules and then clean to remove absolute paths
18
# Use 'npm ci' instead of 'npm install' as this is intended to be reproducible
19
npm ci
0 commit comments