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:33:21 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-28 18:33:21 +0530
commit76fd0a52d176fa9c6a31d32c139c814ebe069153 (patch)
treed4dd7f606c52a955fe3991ec2de74b7e2c00698c /.github/workflows/dependency-updates.yml
parentchore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158) (diff)
downloadferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.tar.gz
ferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.tar.zst
ferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.zip
upgrade 'node-gyp' to '8.3.0' (#2159)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 81a8ad556..9c4bcc1bb 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -59,7 +59,7 @@ jobs:
59 - name: Uninstall locally and reinstall global npm modules 59 - name: Uninstall locally and reinstall global npm modules
60 run: | 60 run: |
61 npm uninstall node-gyp 61 npm uninstall node-gyp
62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 62 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
63 - name: Install node dependencies 63 - name: Install node dependencies
64 run: npm i 64 run: npm i
65 - name: Update submodules 65 - name: Update submodules