From: Luke Lau Date: Fri, 20 Dec 2019 02:41:43 +0000 (+0000) Subject: Don't install globally via npm X-Git-Tag: 0.10.0.0~4 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=cc06e0d2125df0aeb7b5ac99233ea9c5cf6fdc48 Don't install globally via npm --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 70ee98a..67c9666 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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