aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-26 07:17:03 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-26 07:17:33 +0530
commitad6bb505dd55a2000923d35c155b927b78be4d48 (patch)
treeafb1e1069a86cb92dddc921ad74689d4cf7423c1 /.github/workflows
parent5.6.3-nightly.43 [skip ci] (diff)
downloadferdium-app-ad6bb505dd55a2000923d35c155b927b78be4d48.tar.gz
ferdium-app-ad6bb505dd55a2000923d35c155b927b78be4d48.tar.zst
ferdium-app-ad6bb505dd55a2000923d35c155b927b78be4d48.zip
chore: upgrade 'pnpm' to '6.19.0'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dependency-updates.yml2
-rw-r--r--.github/workflows/ferdi-builds.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 8e7b5ae8e..81a8ad556 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -55,7 +55,7 @@ jobs:
55 - name: Install pnpm 55 - name: Install pnpm
56 uses: pnpm/action-setup@v2.0.1 56 uses: pnpm/action-setup@v2.0.1
57 with: 57 with:
58 version: 6.17.1 58 version: 6.19.0
59 - name: Uninstall locally and reinstall global npm modules 59 - name: Uninstall locally and reinstall global npm modules
60 run: | 60 run: |
61 npm uninstall node-gyp 61 npm uninstall node-gyp
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index bbd001a0a..e00893c19 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -152,7 +152,7 @@ jobs:
152 - name: Install pnpm 152 - name: Install pnpm
153 uses: pnpm/action-setup@v2.0.1 153 uses: pnpm/action-setup@v2.0.1
154 with: 154 with:
155 version: 6.17.1 155 version: 6.19.0
156 - name: Uninstall locally and reinstall global npm modules 156 - name: Uninstall locally and reinstall global npm modules
157 run: | 157 run: |
158 npm uninstall node-gyp 158 npm uninstall node-gyp
@@ -255,7 +255,7 @@ jobs:
255 - name: Install pnpm 255 - name: Install pnpm
256 uses: pnpm/action-setup@v2.0.1 256 uses: pnpm/action-setup@v2.0.1
257 with: 257 with:
258 version: 6.17.1 258 version: 6.19.0
259 - name: Uninstall locally and reinstall global npm modules 259 - name: Uninstall locally and reinstall global npm modules
260 run: | 260 run: |
261 npm uninstall node-gyp 261 npm uninstall node-gyp
@@ -379,7 +379,7 @@ jobs:
379 - name: Install pnpm 379 - name: Install pnpm
380 uses: pnpm/action-setup@v2.0.1 380 uses: pnpm/action-setup@v2.0.1
381 with: 381 with:
382 version: 6.17.1 382 version: 6.19.0
383 - name: Uninstall locally and reinstall global npm modules 383 - name: Uninstall locally and reinstall global npm modules
384 run: | 384 run: |
385 npm uninstall node-gyp 385 npm uninstall node-gyp