Skip to content

Commit 7dd9d66

Browse files
committed
fix(ci): node-gyp installation
1 parent 8fb32f1 commit 7dd9d66

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,11 @@ jobs:
344344
- uses: metatypedev/setup-ghjk@55eb03992e3c1c268b8784046b1c09f01f90c0f0
345345
- shell: bash
346346
run: |
347-
# TODO ghjk port for node-gyp
348-
SHELL=/bin/bash pnpm setup
349-
source /home/runner/.bashrc
350-
cat /home/runner/.bashrc
351-
echo "pnpm home: $PNPM_HOME"
352-
pnpm install -g node-gyp
347+
echo "npm binary: `which npm`"
348+
sudo apt-get update
349+
sudo apt-get install npm
350+
sudo npm install -g node-gyp
351+
353352
cd dev-tools
354353
pnpm install
355354
cd ts-language-server

0 commit comments

Comments
 (0)