aboutsummaryrefslogtreecommitdiffstats
path: root/.github
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
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')
-rw-r--r--.github/workflows/dependency-updates.yml4
-rw-r--r--.github/workflows/ferdi-builds.yml12
2 files changed, 8 insertions, 8 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
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index ec40d267c..c17011d69 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -130,10 +130,10 @@ jobs:
130 with: 130 with:
131 key: ${{ runner.os }}-${{ env.cache-name }} 131 key: ${{ runner.os }}-${{ env.cache-name }}
132 path: ${{ env.ELECTRON_BUILDER_CACHE }} 132 path: ${{ env.ELECTRON_BUILDER_CACHE }}
133 - name: Use Node.js 14.17.5 133 - name: Use Node.js 14.17.6
134 uses: actions/setup-node@v2 134 uses: actions/setup-node@v2
135 with: 135 with:
136 node-version: 14.17.5 136 node-version: 14.17.6
137 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions 137 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions
138 run: | 138 run: |
139 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* 139 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
@@ -228,10 +228,10 @@ jobs:
228 with: 228 with:
229 key: ${{ runner.os }}-${{ env.cache-name }} 229 key: ${{ runner.os }}-${{ env.cache-name }}
230 path: ${{ env.ELECTRON_BUILDER_CACHE }} 230 path: ${{ env.ELECTRON_BUILDER_CACHE }}
231 - name: Use Node.js 14.17.5 231 - name: Use Node.js 14.17.6
232 uses: actions/setup-node@v2 232 uses: actions/setup-node@v2
233 with: 233 with:
234 node-version: 14.17.5 234 node-version: 14.17.6
235 - name: Uninstall locally and reinstall global npm modules 235 - name: Uninstall locally and reinstall global npm modules
236 run: | 236 run: |
237 npm uninstall node-gyp 237 npm uninstall node-gyp
@@ -343,10 +343,10 @@ jobs:
343 with: 343 with:
344 key: ${{ runner.os }}-${{ env.cache-name }} 344 key: ${{ runner.os }}-${{ env.cache-name }}
345 path: ${{ env.ELECTRON_BUILDER_CACHE }} 345 path: ${{ env.ELECTRON_BUILDER_CACHE }}
346 - name: Use Node.js 14.17.5 346 - name: Use Node.js 14.17.6
347 uses: actions/setup-node@v2 347 uses: actions/setup-node@v2
348 with: 348 with:
349 node-version: 14.17.5 349 node-version: 14.17.6
350 - name: Uninstall locally and reinstall global npm modules 350 - name: Uninstall locally and reinstall global npm modules
351 run: | 351 run: |
352 npm uninstall node-gyp 352 npm uninstall node-gyp