aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 07:50:52 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 07:50:52 +0530
commit5c02d0f066be459d1037b4e1dc7a18566b3fba9a (patch)
tree88ab4830502bb7664daf34ebe64c33afd8d8355d /.github
parentchore: Use latest version of 'pnpm' (diff)
downloadferdium-recipes-5c02d0f066be459d1037b4e1dc7a18566b3fba9a.tar.gz
ferdium-recipes-5c02d0f066be459d1037b4e1dc7a18566b3fba9a.tar.zst
ferdium-recipes-5c02d0f066be459d1037b4e1dc7a18566b3fba9a.zip
chore: use in-built caching when installing node.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 9272126..535a8a1 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -49,6 +49,7 @@ 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'
52 - name: Install pnpm 53 - name: Install pnpm
53 uses: pnpm/action-setup@v2.0.1 54 uses: pnpm/action-setup@v2.0.1
54 with: 55 with: