aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:54:39 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:54:39 +0530
commit04277339b04fead3782ed853c248700b596d2b85 (patch)
tree9f56c52988486cb96bac1e7f586fb16eb104f472 /.github
parentNew recipe: wakatime (diff)
downloadferdium-recipes-04277339b04fead3782ed853c248700b596d2b85.tar.gz
ferdium-recipes-04277339b04fead3782ed853c248700b596d2b85.tar.zst
ferdium-recipes-04277339b04fead3782ed853c248700b596d2b85.zip
chore: upgrade 'nodejs' to '14.17.6'.
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 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