aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-11 11:25:48 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-11 11:25:48 +0530
commit7e1cbf7a027b3dc4a02001b611452ddbf8879ca7 (patch)
treeefde04a6f1513b314a9170f56955334d0cdba6b5 /.github/workflows/dependency-updates.yml
parent5.6.3-nightly.30 [skip ci] (diff)
downloadferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.tar.gz
ferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.tar.zst
ferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.zip
upgrade 'node-gyp' to '8.2.0' (#2053)
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 eafa6645e..4931989f1 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.1.0 || npm i -g node-gyp@8.1.0 62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
63 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 63 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
64 - name: Install node dependencies recursively 64 - name: Install node dependencies recursively
65 run: npx lerna bootstrap 65 run: npx lerna bootstrap