Don't install globally via npm
authorLuke Lau <luke_lau@icloud.com>
Fri, 20 Dec 2019 02:41:43 +0000 (02:41 +0000)
committerLuke Lau <luke_lau@icloud.com>
Fri, 20 Dec 2019 02:41:43 +0000 (02:41 +0000)
.github/workflows/haskell.yml

index 70ee98a2135ac2c5bce4be129cfaa1c687b19c97..67c96663d006a9f998fb3722bf8b8cdeb01c6804 100644 (file)
@@ -50,7 +50,7 @@ jobs:
         hoogle generate
         popd
     - name: Install JS Language Server
-      run: npm install -g javascript-typescript-langserver
+      run: npm install javascript-typescript-langserver
     - name: Build
       run: cabal build
     - name: Test