aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 10:04:19 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-25 12:30:31 +0530
commit806776dde0c276461391e69ecb7707d1023c150d (patch)
treef845502fcba15b1dbb2a7bf71b6e78a3484645da /.github/workflows
parentchore: upgrade gh macos runner to 'macos-11' (diff)
downloadferdium-app-806776dde0c276461391e69ecb7707d1023c150d.tar.gz
ferdium-app-806776dde0c276461391e69ecb7707d1023c150d.tar.zst
ferdium-app-806776dde0c276461391e69ecb7707d1023c150d.zip
chore: remove node cache cleanup (try to speed up build)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ferdi-builds.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 8c8a6b52b..8bf9e69cf 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -151,8 +151,6 @@ jobs:
151 npm uninstall node-gyp 151 npm uninstall node-gyp
152 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 152 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
153 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 153 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
154 - name: Fix corrupted node cache
155 run: npm cache clean --force
156 - name: Install node dependencies recursively 154 - name: Install node dependencies recursively
157 run: npx lerna bootstrap 155 run: npx lerna bootstrap
158 - name: Package recipes 156 - name: Package recipes
@@ -257,8 +255,6 @@ jobs:
257 npm uninstall node-gyp 255 npm uninstall node-gyp
258 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 256 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
259 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 257 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
260 - name: Fix corrupted node cache
261 run: npm cache clean --force
262 - name: Install node dependencies recursively 258 - name: Install node dependencies recursively
263 run: npx lerna bootstrap 259 run: npx lerna bootstrap
264 - name: Figure out used package.json version 260 - name: Figure out used package.json version
@@ -385,9 +381,6 @@ jobs:
385 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 381 npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0
386 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 382 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
387 shell: bash 383 shell: bash
388 - name: Fix corrupted node cache
389 run: npm cache clean --force
390 shell: bash
391 - name: Install node dependencies recursively 384 - name: Install node dependencies recursively
392 run: npx lerna bootstrap 385 run: npx lerna bootstrap
393 shell: bash 386 shell: bash