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.
1 parent 13b1855 commit 836dd6fCopy full SHA for 836dd6f
images/linux/scripts/installers/nodejs.sh
@@ -30,6 +30,11 @@ done
30
echo "Creating the symlink for [now] command to vercel CLI"
31
ln -s /usr/local/bin/vercel /usr/local/bin/now
32
33
+# fix global modules installation as regular user
34
+# related issue https://github.com/actions/virtual-environments/issues/3727
35
+sudo chmod -R 777 /usr/local/lib/node_modules
36
+sudo chmod -R 777 /usr/local/bin
37
+
38
rm -rf ~/n
39
40
invoke_tests "Node" "Node.js"
0 commit comments