aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-28 18:59:45 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-28 18:59:45 +0530
commitfb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e (patch)
tree71b6fc35a3938ad950fc09ddc1223263f2d01b3c /.github/workflows
parentupgrade 'node-gyp' to '8.3.0' (#2159) (diff)
downloadferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.tar.gz
ferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.tar.zst
ferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.zip
use local 'node-gyp' instead of global one (#2160)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dependency-updates.yml4
-rw-r--r--.github/workflows/ferdi-builds.yml13
2 files changed, 0 insertions, 17 deletions
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:
56 uses: pnpm/action-setup@v2.0.1 56 uses: pnpm/action-setup@v2.0.1
57 with: 57 with:
58 version: 6.19.0 58 version: 6.19.0
59 - name: Uninstall locally and reinstall global npm modules
60 run: |
61 npm uninstall node-gyp
62 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
63 - name: Install node dependencies 59 - name: Install node dependencies
64 run: npm i 60 run: npm i
65 - name: Update submodules 61 - 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:
153 uses: pnpm/action-setup@v2.0.1 153 uses: pnpm/action-setup@v2.0.1
154 with: 154 with:
155 version: 6.19.0 155 version: 6.19.0
156 - name: Uninstall locally and reinstall global npm modules
157 run: |
158 npm uninstall node-gyp
159 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
160 - name: Install node dependencies 156 - name: Install node dependencies
161 run: npm i 157 run: npm i
162 - name: Package recipes 158 - name: Package recipes
@@ -256,10 +252,6 @@ jobs:
256 uses: pnpm/action-setup@v2.0.1 252 uses: pnpm/action-setup@v2.0.1
257 with: 253 with:
258 version: 6.19.0 254 version: 6.19.0
259 - name: Uninstall locally and reinstall global npm modules
260 run: |
261 npm uninstall node-gyp
262 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
263 - name: Install node dependencies 255 - name: Install node dependencies
264 run: npm i 256 run: npm i
265 - name: Figure out used package.json version 257 - name: Figure out used package.json version
@@ -380,11 +372,6 @@ jobs:
380 uses: pnpm/action-setup@v2.0.1 372 uses: pnpm/action-setup@v2.0.1
381 with: 373 with:
382 version: 6.19.0 374 version: 6.19.0
383 - name: Uninstall locally and reinstall global npm modules
384 run: |
385 npm uninstall node-gyp
386 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
387 shell: bash
388 - name: Install node dependencies 375 - name: Install node dependencies
389 run: npm i 376 run: npm i
390 shell: bash 377 shell: bash