aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-13 04:42:00 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-13 04:42:00 +0530
commitff6acfa7bec06403b6b0bbf1d076bd1a44b8b985 (patch)
tree7e815c8d5f994e2d090f4cea2f3baad5c88f4a4a /.github
parentDocumentation updates taken from #1629 [skip ci] (diff)
downloadferdium-app-ff6acfa7bec06403b6b0bbf1d076bd1a44b8b985.tar.gz
ferdium-app-ff6acfa7bec06403b6b0bbf1d076bd1a44b8b985.tar.zst
ferdium-app-ff6acfa7bec06403b6b0bbf1d076bd1a44b8b985.zip
Fixed issue 'cb() never called' from: https://reactgo.com/npm-err-cb-never-called/
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 277721c8c..d89fbae6e 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -133,6 +133,8 @@ jobs:
133 run: | 133 run: |
134 npm uninstall node-gyp 134 npm uninstall node-gyp
135 npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)" 135 npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)"
136 - name: Fix corrupted node cache
137 run: npm cache clean --force
136 - name: Install node dependencies recursively 138 - name: Install node dependencies recursively
137 run: npx lerna bootstrap 139 run: npx lerna bootstrap
138 - name: Package recipes 140 - name: Package recipes
@@ -227,6 +229,8 @@ jobs:
227 run: | 229 run: |
228 npm uninstall node-gyp 230 npm uninstall node-gyp
229 npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)" 231 npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)"
232 - name: Fix corrupted node cache
233 run: npm cache clean --force
230 - name: Install node dependencies recursively 234 - name: Install node dependencies recursively
231 run: npx lerna bootstrap 235 run: npx lerna bootstrap
232 - name: Package recipes 236 - name: Package recipes
@@ -313,6 +317,8 @@ jobs:
313 uses: actions/setup-node@v2 317 uses: actions/setup-node@v2
314 with: 318 with:
315 node-version: 14.17.3 319 node-version: 14.17.3
320 - name: Fix corrupted node cache
321 run: npm cache clean --force
316 - name: Install node dependencies recursively 322 - name: Install node dependencies recursively
317 run: npx lerna bootstrap 323 run: npx lerna bootstrap
318 - name: Package recipes 324 - name: Package recipes