aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-11 19:33:59 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-11 20:37:22 +0530
commitea77d33daaf8d9ee8e96163bd15f477012201144 (patch)
tree554f0861229cbf0a6ec7fc577c34caf8c5180a4c /.github
parentRemoved unused property: 'hasPredefinedUrl'. (diff)
downloadferdium-recipes-ea77d33daaf8d9ee8e96163bd15f477012201144.tar.gz
ferdium-recipes-ea77d33daaf8d9ee8e96163bd15f477012201144.tar.zst
ferdium-recipes-ea77d33daaf8d9ee8e96163bd15f477012201144.zip
Upgraded nodejs to '14.17.3'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index ce6726a..a9f6e8c 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.16.1 48 - name: Use Node.js 14.17.3
49 uses: actions/setup-node@v2 49 uses: actions/setup-node@v2
50 with: 50 with:
51 node-version: 14.16.1 51 node-version: 14.17.3
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