aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-28 11:58:55 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-28 11:58:55 +0530
commitf79ac23cf0e27549e8ad8126227cbf524a2b0bfe (patch)
tree6c097a125ffc6dc129db9ecc7a57fa1e2821759f /.github/workflows/dependency-updates.yml
parentTag the main ferdi repo when bumping the version (helpful while generating co... (diff)
downloadferdium-app-f79ac23cf0e27549e8ad8126227cbf524a2b0bfe.tar.gz
ferdium-app-f79ac23cf0e27549e8ad8126227cbf524a2b0bfe.tar.zst
ferdium-app-f79ac23cf0e27549e8ad8126227cbf524a2b0bfe.zip
Update documentation for new contributors for system dependencies. [skip ci]
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index eca47ee90..a9406df23 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -44,10 +44,11 @@ jobs:
44 uses: actions/setup-node@v2 44 uses: actions/setup-node@v2
45 with: 45 with:
46 node-version: 14.17.3 46 node-version: 14.17.3
47 - name: Uninstall locally and reinstall node-gyp globally 47 - name: Uninstall locally and reinstall global npm modules
48 run: | 48 run: |
49 npm uninstall node-gyp 49 npm uninstall node-gyp
50 npm i -g node-gyp@8.1.0 50 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
51 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
51 - name: Install node dependencies recursively 52 - name: Install node dependencies recursively
52 run: npx lerna bootstrap 53 run: npx lerna bootstrap
53 - name: Update submodules 54 - name: Update submodules