aboutsummaryrefslogtreecommitdiffstats
path: root/.github
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
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')
-rw-r--r--.github/workflows/dependency-updates.yml5
-rw-r--r--.github/workflows/ferdi-builds.yml15
2 files changed, 12 insertions, 8 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
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index b2d6f9b3f..b5aaf13b8 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -138,10 +138,11 @@ jobs:
138 run: | 138 run: |
139 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* 139 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
140 sudo xcode-select -s "/Applications/Xcode_12.4.app" 140 sudo xcode-select -s "/Applications/Xcode_12.4.app"
141 - name: Uninstall locally and reinstall node-gyp globally 141 - name: Uninstall locally and reinstall global npm modules
142 run: | 142 run: |
143 npm uninstall node-gyp 143 npm uninstall node-gyp
144 npm i -g node-gyp@8.1.0 144 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
145 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
145 - name: Fix corrupted node cache 146 - name: Fix corrupted node cache
146 run: npm cache clean --force 147 run: npm cache clean --force
147 - name: Install node dependencies recursively 148 - name: Install node dependencies recursively
@@ -231,10 +232,11 @@ jobs:
231 uses: actions/setup-node@v2 232 uses: actions/setup-node@v2
232 with: 233 with:
233 node-version: 14.17.3 234 node-version: 14.17.3
234 - name: Uninstall locally and reinstall node-gyp globally 235 - name: Uninstall locally and reinstall global npm modules
235 run: | 236 run: |
236 npm uninstall node-gyp 237 npm uninstall node-gyp
237 npm i -g node-gyp@8.1.0 238 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
239 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
238 - name: Fix corrupted node cache 240 - name: Fix corrupted node cache
239 run: npm cache clean --force 241 run: npm cache clean --force
240 - name: Install node dependencies recursively 242 - name: Install node dependencies recursively
@@ -320,10 +322,11 @@ jobs:
320 uses: actions/setup-node@v2 322 uses: actions/setup-node@v2
321 with: 323 with:
322 node-version: 14.17.3 324 node-version: 14.17.3
323 - name: Uninstall locally and reinstall node-gyp globally 325 - name: Uninstall locally and reinstall global npm modules
324 run: | 326 run: |
325 npm uninstall node-gyp 327 npm uninstall node-gyp
326 npm i -g node-gyp@8.1.0 328 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
329 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
327 shell: bash 330 shell: bash
328 - name: Fix corrupted node cache 331 - name: Fix corrupted node cache
329 run: npm cache clean --force 332 run: npm cache clean --force