aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-11 19:46:39 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-11 20:36:18 +0530
commitd5a21a82ccf3f92941ac69a71bab7fa1492c281b (patch)
treeb32dd66b2484a3d5edc7633b63f77d935f65139d /.github/workflows/ferdi-builds.yml
parent5.6.0-nightly.82 (diff)
downloadferdium-app-d5a21a82ccf3f92941ac69a71bab7fa1492c281b.tar.gz
ferdium-app-d5a21a82ccf3f92941ac69a71bab7fa1492c281b.tar.zst
ferdium-app-d5a21a82ccf3f92941ac69a71bab7fa1492c281b.zip
Upgraded nodejs to '14.17.3'
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index de93bb9fb..c0ac073d0 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -121,10 +121,10 @@ jobs:
121 with: 121 with:
122 key: ${{ runner.os }}-${{ env.cache-name }} 122 key: ${{ runner.os }}-${{ env.cache-name }}
123 path: ${{ env.ELECTRON_BUILDER_CACHE }} 123 path: ${{ env.ELECTRON_BUILDER_CACHE }}
124 - name: Use Node.js 14.16.1 124 - name: Use Node.js 14.17.3
125 uses: actions/setup-node@v2 125 uses: actions/setup-node@v2
126 with: 126 with:
127 node-version: 14.16.1 127 node-version: 14.17.3
128 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions 128 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions
129 run: | 129 run: |
130 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* 130 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
@@ -219,10 +219,10 @@ jobs:
219 with: 219 with:
220 key: ${{ runner.os }}-${{ env.cache-name }} 220 key: ${{ runner.os }}-${{ env.cache-name }}
221 path: ${{ env.ELECTRON_BUILDER_CACHE }} 221 path: ${{ env.ELECTRON_BUILDER_CACHE }}
222 - name: Use Node.js 14.16.1 222 - name: Use Node.js 14.17.3
223 uses: actions/setup-node@v2 223 uses: actions/setup-node@v2
224 with: 224 with:
225 node-version: 14.16.1 225 node-version: 14.17.3
226 - name: Uninstall locally and reinstall node-gyp globally 226 - name: Uninstall locally and reinstall node-gyp globally
227 run: | 227 run: |
228 npm uninstall node-gyp 228 npm uninstall node-gyp
@@ -309,10 +309,10 @@ jobs:
309 with: 309 with:
310 key: ${{ runner.os }}-${{ env.cache-name }} 310 key: ${{ runner.os }}-${{ env.cache-name }}
311 path: ${{ env.ELECTRON_BUILDER_CACHE }} 311 path: ${{ env.ELECTRON_BUILDER_CACHE }}
312 - name: Use Node.js 14.16.1 312 - name: Use Node.js 14.17.3
313 uses: actions/setup-node@v2 313 uses: actions/setup-node@v2
314 with: 314 with:
315 node-version: 14.16.1 315 node-version: 14.17.3
316 - name: Install node dependencies recursively 316 - name: Install node dependencies recursively
317 run: npx lerna bootstrap 317 run: npx lerna bootstrap
318 - name: Package recipes 318 - name: Package recipes