]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Failed to install nodejs
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 20 Mar 2023 01:24:51 +0000 (18:24 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 20 Mar 2023 01:24:51 +0000 (18:24 -0700)
.github/workflows/unitests.yml

index ec397f581e6d92da98d55e2de9999e39985bc2da..d7af3c6b7fa6656f569b30b10d7d8e4696d157bd 100644 (file)
@@ -10,9 +10,9 @@ jobs:
           sudo apt update
           sudo apt install -y clangd-14
           sudo apt install -y curl
-          curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
+          curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash -
           sudo apt install -y nodejs
-          npm install -g typescript-language-server typescript
+          sudo npm install -g typescript-language-server typescript
       - name: Setup Vim
         uses: rhysd/action-setup-vim@v1
         id: vim