aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ferdi-builds.yml4
-rw-r--r--.nvmrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 46b7f05..94d09d0 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -45,9 +45,9 @@ jobs:
45 restore-keys: | 45 restore-keys: |
46 build-${{ env.cache-name }}- 46 build-${{ env.cache-name }}-
47 build- 47 build-
48 - name: Use Node.js 14.17.5 48 - name: Use Node.js 14.17.6
49 uses: actions/setup-node@v2 49 uses: actions/setup-node@v2
50 with: 50 with:
51 node-version: 14.17.5 51 node-version: 14.17.6
52 - name: Install node dependencies recursively 52 - name: Install node dependencies recursively
53 run: npm i && npm run package 53 run: npm i && npm run package
diff --git a/.nvmrc b/.nvmrc
index 18711d2..5595ae1 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
14.17.5 14.17.6