aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:58:42 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:58:42 +0530
commit62f48a62a27231ab930ab75e0c5bb3566492081c (patch)
tree383bbf30b2dbaa15e50825d8305d35c4ddf6cee3 /.github/workflows/dependency-updates.yml
parentchore: update npm modules. (diff)
downloadferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.tar.gz
ferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.tar.zst
ferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.zip
chore: upgrade 'nodejs' to '14.17.6'
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index dafcfa4d1..5d7d64efc 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -40,10 +40,10 @@ jobs:
40 restore-keys: | 40 restore-keys: |
41 ${{ runner.os }}-14.17-build-${{ env.cache-name }}- 41 ${{ runner.os }}-14.17-build-${{ env.cache-name }}-
42 ${{ runner.os }}-14.17-build- 42 ${{ runner.os }}-14.17-build-
43 - name: Use Node.js 14.17.5 43 - name: Use Node.js 14.17.6
44 uses: actions/setup-node@v2 44 uses: actions/setup-node@v2
45 with: 45 with:
46 node-version: 14.17.5 46 node-version: 14.17.6
47 - name: Uninstall locally and reinstall global npm modules 47 - name: Uninstall locally and reinstall global npm modules
48 run: | 48 run: |
49 npm uninstall node-gyp 49 npm uninstall node-gyp