From fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Thu, 28 Oct 2021 18:59:45 +0530 Subject: use local 'node-gyp' instead of global one (#2160) --- .github/workflows/dependency-updates.yml | 4 ---- .github/workflows/ferdi-builds.yml | 13 ------------- 2 files changed, 17 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 9c4bcc1bb..407011c7c 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -56,10 +56,6 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.19.0 - - name: Uninstall locally and reinstall global npm modules - run: | - npm uninstall node-gyp - npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0 - name: Install node dependencies run: npm i - name: Update submodules diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index b3d7e61fb..6bac636d5 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -153,10 +153,6 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.19.0 - - name: Uninstall locally and reinstall global npm modules - run: | - npm uninstall node-gyp - npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0 - name: Install node dependencies run: npm i - name: Package recipes @@ -256,10 +252,6 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.19.0 - - name: Uninstall locally and reinstall global npm modules - run: | - npm uninstall node-gyp - npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0 - name: Install node dependencies run: npm i - name: Figure out used package.json version @@ -380,11 +372,6 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.19.0 - - name: Uninstall locally and reinstall global npm modules - run: | - npm uninstall node-gyp - npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0 - shell: bash - name: Install node dependencies run: npm i shell: bash -- cgit v1.2.3-54-g00ecf