aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 22:10:10 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 22:10:10 +0530
commit447501f1c05d36614dd37b50fd1dd0240d7d9c73 (patch)
tree6ec32eb4975f9c9d07f383ced63e0db2182e2d2f /.github
parentremove traces of lerna (diff)
downloadferdium-recipes-447501f1c05d36614dd37b50fd1dd0240d7d9c73.tar.gz
ferdium-recipes-447501f1c05d36614dd37b50fd1dd0240d7d9c73.tar.zst
ferdium-recipes-447501f1c05d36614dd37b50fd1dd0240d7d9c73.zip
upgrade 'node' to '14.18.1' (#745)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 6d8ac23..7678d79 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -44,11 +44,11 @@ jobs:
44 cache-name: cache-pnpm-store 44 cache-name: cache-pnpm-store
45 with: 45 with:
46 path: ${{ env.PNPM_CACHE }} 46 path: ${{ env.PNPM_CACHE }}
47 key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} 47 key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
48 - name: Use Node.js 14.17.6 48 - name: Use Node.js 14.18.1
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.18.1
52 - name: Install pnpm 52 - name: Install pnpm
53 uses: pnpm/action-setup@v2.0.1 53 uses: pnpm/action-setup@v2.0.1
54 with: 54 with: