From 806776dde0c276461391e69ecb7707d1023c150d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 25 Sep 2021 10:04:19 +0530 Subject: chore: remove node cache cleanup (try to speed up build) --- .github/workflows/ferdi-builds.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github/workflows') 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: npm uninstall node-gyp npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 - - name: Fix corrupted node cache - run: npm cache clean --force - name: Install node dependencies recursively run: npx lerna bootstrap - name: Package recipes @@ -257,8 +255,6 @@ jobs: npm uninstall node-gyp npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 - - name: Fix corrupted node cache - run: npm cache clean --force - name: Install node dependencies recursively run: npx lerna bootstrap - name: Figure out used package.json version @@ -385,9 +381,6 @@ jobs: npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 shell: bash - - name: Fix corrupted node cache - run: npm cache clean --force - shell: bash - name: Install node dependencies recursively run: npx lerna bootstrap shell: bash -- cgit v1.2.3-54-g00ecf