aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-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: