aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ferdi-builds.yml6
-rw-r--r--.nvmrc2
2 files changed, 4 insertions, 4 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:
diff --git a/.nvmrc b/.nvmrc
index 5595ae1..31102b2 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
14.17.6 14.18.1