aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 22:12:42 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 22:12:42 +0530
commit765697f6047d71a080afd6868c180524d31290ec (patch)
treeb0cfac484b58d14ae1612620cc1122d0b1066f77 /.github/workflows/dependency-updates.yml
parentupgrade 'pnpm' to '6.17.1' (diff)
downloadferdium-app-765697f6047d71a080afd6868c180524d31290ec.tar.gz
ferdium-app-765697f6047d71a080afd6868c180524d31290ec.tar.zst
ferdium-app-765697f6047d71a080afd6868c180524d31290ec.zip
upgrade 'node' to '14.18.1' (#2083)
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 3b488ec4a..8e7b5ae8e 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -37,21 +37,21 @@ jobs:
37 cache-name: cache-node-modules 37 cache-name: cache-node-modules
38 with: 38 with:
39 path: ${{ env.NPM_CACHE }} 39 path: ${{ env.NPM_CACHE }}
40 key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} 40 key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
41 restore-keys: | 41 restore-keys: |
42 ${{ runner.os }}-14.17-build-${{ env.cache-name }}- 42 ${{ runner.os }}-14.18-build-${{ env.cache-name }}-
43 ${{ runner.os }}-14.17-build- 43 ${{ runner.os }}-14.18-build-
44 - name: Cache pnpm modules 44 - name: Cache pnpm modules
45 uses: actions/cache@v2 45 uses: actions/cache@v2
46 env: 46 env:
47 cache-name: cache-pnpm-store 47 cache-name: cache-pnpm-store
48 with: 48 with:
49 path: ${{ env.PNPM_CACHE }} 49 path: ${{ env.PNPM_CACHE }}
50 key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} 50 key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
51 - name: Use Node.js 14.17.6 51 - name: Use Node.js 14.18.1
52 uses: actions/setup-node@v2 52 uses: actions/setup-node@v2
53 with: 53 with:
54 node-version: 14.17.6 54 node-version: 14.18.1
55 - name: Install pnpm 55 - name: Install pnpm
56 uses: pnpm/action-setup@v2.0.1 56 uses: pnpm/action-setup@v2.0.1
57 with: 57 with: