aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-07 06:09:52 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-07 06:09:52 +0530
commit1e2a7c3ba221baa1bca04db8f9231a3a9d35e1a7 (patch)
treeee78f045afffb42df92958dd4bd65bdf7170dd98 /.github
parentchange instagram service url to fix #2185 (#762) (diff)
downloadferdium-recipes-1e2a7c3ba221baa1bca04db8f9231a3a9d35e1a7.tar.gz
ferdium-recipes-1e2a7c3ba221baa1bca04db8f9231a3a9d35e1a7.tar.zst
ferdium-recipes-1e2a7c3ba221baa1bca04db8f9231a3a9d35e1a7.zip
don't use npm cache (since it breaks the CI builds randomly)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index a2bd129..d798b19 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -28,23 +28,6 @@ jobs:
28 run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV 28 run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV
29 - name: Checkout code 29 - name: Checkout code
30 uses: actions/checkout@v2 30 uses: actions/checkout@v2
31 - name: Cache node modules
32 uses: actions/cache@v2
33 env:
34 cache-name: cache-node-modules
35 with:
36 path: ${{ env.PNPM_CACHE }}
37 key: build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
38 restore-keys: |
39 build-${{ env.cache-name }}-
40 build-
41 - name: Cache pnpm modules
42 uses: actions/cache@v2
43 env:
44 cache-name: cache-pnpm-store
45 with:
46 path: ${{ env.PNPM_CACHE }}
47 key: ${{ runner.os }}-16.13-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
48 - name: Use Node.js 16.13.0 31 - name: Use Node.js 16.13.0
49 uses: actions/setup-node@v2 32 uses: actions/setup-node@v2
50 with: 33 with: