aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-26 04:04:27 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-26 09:34:27 +0530
commit2993efc83e7f557a9c36e7915a54c62c5f90296e (patch)
tree4eab395bfdd230cccf53bf6ec376df8a6114c104 /.github/workflows/dependency-updates.yml
parentUpdated CHANGELOG.md with old change logs (diff)
downloadferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.tar.gz
ferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.tar.zst
ferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.zip
Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and linux) (#1690)
Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
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 cb40dc27c..24f02bdc5 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -48,7 +48,7 @@ jobs:
48 - name: Uninstall locally and reinstall node-gyp globally 48 - name: Uninstall locally and reinstall node-gyp globally
49 run: | 49 run: |
50 npm uninstall node-gyp 50 npm uninstall node-gyp
51 npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)" 51 npm i -g node-gyp@8.1.0 && npm config set node_gyp "$(which node-gyp)"
52 - name: Install node dependencies recursively 52 - name: Install node dependencies recursively
53 run: npx lerna bootstrap 53 run: npx lerna bootstrap
54 - name: Update submodules 54 - name: Update submodules