aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
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/dependency-updates.yml
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/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml4
1 files changed, 0 insertions, 4 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