aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 09:55:23 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 09:55:23 +0530
commitc18b23fd947ea3ffaf0a134e611c50a033fa5706 (patch)
treee768dc7bd394987326d8a9d114b5612a30db668b
parentfix: ported darkmode fix for footer in messenger (diff)
downloadferdium-recipes-c18b23fd947ea3ffaf0a134e611c50a033fa5706.tar.gz
ferdium-recipes-c18b23fd947ea3ffaf0a134e611c50a033fa5706.tar.zst
ferdium-recipes-c18b23fd947ea3ffaf0a134e611c50a033fa5706.zip
Revert "chore: use in-built caching when installing node."
since this is causing GH build to fail This reverts commit 5c02d0f066be459d1037b4e1dc7a18566b3fba9a.
-rw-r--r--.github/workflows/ferdi-builds.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 535a8a1..9272126 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -49,7 +49,6 @@ jobs:
49 uses: actions/setup-node@v2 49 uses: actions/setup-node@v2
50 with: 50 with:
51 node-version: 14.17.6 51 node-version: 14.17.6
52 cache: 'pnpm'
53 - name: Install pnpm 52 - name: Install pnpm
54 uses: pnpm/action-setup@v2.0.1 53 uses: pnpm/action-setup@v2.0.1
55 with: 54 with: