aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-19 12:08:16 +0400
committerLibravatar GitHub <noreply@github.com>2022-04-19 08:08:16 +0000
commite72bf2ccdf5622937aebcfcddce09428799b2ef1 (patch)
tree4dfa0e33d91fccd1d13a313820a4735af9a97d04 /.github
parentUpgrade electron to '18.0.4' (diff)
downloadferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.gz
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.zst
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.zip
Upgrade system dependencies (#15)
node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml12
-rw-r--r--.github/workflows/dependency-updates.yml4
2 files changed, 12 insertions, 4 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 6a2cef44d..3729cf4a8 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -138,10 +138,12 @@ jobs:
138 uses: actions/setup-node@v2 138 uses: actions/setup-node@v2
139 with: 139 with:
140 node-version-file: '.nvmrc' 140 node-version-file: '.nvmrc'
141 - name: Install npm
142 run: npm i -gf npm@8.7.0
141 - name: Install pnpm 143 - name: Install pnpm
142 uses: pnpm/action-setup@v2.0.1 144 uses: pnpm/action-setup@v2.0.1
143 with: 145 with:
144 version: 6.24.1 146 version: 6.32.8
145 - name: Install node dependencies 147 - name: Install node dependencies
146 run: npm i 148 run: npm i
147 - name: Package recipes 149 - name: Package recipes
@@ -220,10 +222,12 @@ jobs:
220 uses: actions/setup-node@v2 222 uses: actions/setup-node@v2
221 with: 223 with:
222 node-version-file: '.nvmrc' 224 node-version-file: '.nvmrc'
225 - name: Install npm
226 run: npm i -gf npm@8.7.0
223 - name: Install pnpm 227 - name: Install pnpm
224 uses: pnpm/action-setup@v2.0.1 228 uses: pnpm/action-setup@v2.0.1
225 with: 229 with:
226 version: 6.24.1 230 version: 6.32.8
227 - name: Install node dependencies 231 - name: Install node dependencies
228 run: npm i 232 run: npm i
229 - name: Figure out used package.json version 233 - name: Figure out used package.json version
@@ -305,10 +309,12 @@ jobs:
305 uses: actions/setup-node@v2 309 uses: actions/setup-node@v2
306 with: 310 with:
307 node-version-file: '.nvmrc' 311 node-version-file: '.nvmrc'
312 - name: Install npm
313 run: npm i -gf npm@8.7.0
308 - name: Install pnpm 314 - name: Install pnpm
309 uses: pnpm/action-setup@v2.0.1 315 uses: pnpm/action-setup@v2.0.1
310 with: 316 with:
311 version: 6.24.1 317 version: 6.32.8
312 - name: Install node dependencies 318 - name: Install node dependencies
313 uses: nick-invision/retry@v2.4.0 319 uses: nick-invision/retry@v2.4.0
314 with: 320 with:
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 0f6befb55..d8c53cbbd 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -35,10 +35,12 @@ jobs:
35 uses: actions/setup-node@v2 35 uses: actions/setup-node@v2
36 with: 36 with:
37 node-version-file: '.nvmrc' 37 node-version-file: '.nvmrc'
38 - name: Install npm
39 run: npm i -gf npm@8.7.0
38 - name: Install pnpm 40 - name: Install pnpm
39 uses: pnpm/action-setup@v2.0.1 41 uses: pnpm/action-setup@v2.0.1
40 with: 42 with:
41 version: 6.24.1 43 version: 6.32.8
42 - name: Install node dependencies 44 - name: Install node dependencies
43 run: npm i 45 run: npm i
44 - name: Update submodules 46 - name: Update submodules