aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-29 15:26:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-29 15:26:21 +0530
commit8363728aa2e476e79626f98477a09397ccf9361b (patch)
treede7c0a51e9526deb7b37ca4d5b34b6b1211e8022 /.github
parentFix for Instagram Dark Mode (#358) (diff)
downloadferdium-recipes-8363728aa2e476e79626f98477a09397ccf9361b.tar.gz
ferdium-recipes-8363728aa2e476e79626f98477a09397ccf9361b.tar.zst
ferdium-recipes-8363728aa2e476e79626f98477a09397ccf9361b.zip
chore: upgrade 'nodejs' to '16.13.0'
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 b08667b..a2bd129 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.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} 47 key: ${{ runner.os }}-16.13-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
48 - name: Use Node.js 14.18.1 48 - name: Use Node.js 16.13.0
49 uses: actions/setup-node@v2 49 uses: actions/setup-node@v2
50 with: 50 with:
51 node-version: 14.18.1 51 node-version: 16.13.0
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: