aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.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/ferdi-builds.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/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 062243659..0f15a3ec3 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -156,7 +156,7 @@ jobs:
156 - name: Uninstall locally and reinstall global npm modules 156 - name: Uninstall locally and reinstall global npm modules
157 run: | 157 run: |
158 npm uninstall node-gyp 158 npm uninstall node-gyp
159 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 159 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
160 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 160 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
161 - name: Install node dependencies recursively 161 - name: Install node dependencies recursively
162 run: npx lerna bootstrap 162 run: npx lerna bootstrap
@@ -260,7 +260,7 @@ jobs:
260 - name: Uninstall locally and reinstall global npm modules 260 - name: Uninstall locally and reinstall global npm modules
261 run: | 261 run: |
262 npm uninstall node-gyp 262 npm uninstall node-gyp
263 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 263 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
264 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 264 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
265 - name: Install node dependencies recursively 265 - name: Install node dependencies recursively
266 run: npx lerna bootstrap 266 run: npx lerna bootstrap
@@ -385,7 +385,7 @@ jobs:
385 - name: Uninstall locally and reinstall global npm modules 385 - name: Uninstall locally and reinstall global npm modules
386 run: | 386 run: |
387 npm uninstall node-gyp 387 npm uninstall node-gyp
388 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 388 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
389 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 389 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
390 shell: bash 390 shell: bash
391 - name: Install node dependencies recursively 391 - name: Install node dependencies recursively