aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
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/workflows/dependency-updates.yml
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/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml4
1 files changed, 3 insertions, 1 deletions
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