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 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:
diff --git a/.nvmrc b/.nvmrc
index 31102b2..58a4133 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
14.18.1 16.13.0