aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-03 20:14:38 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-03 20:14:38 +0530
commitdc4aa9d7912da85b135ed94ec0f3dc1a17b21953 (patch)
tree9688af4af463769a97f8bf54fbb66d78ba34a403 /.github/workflows
parentMinor grammar improvements to README.md [skip ci] (#2015) (diff)
downloadferdium-app-dc4aa9d7912da85b135ed94ec0f3dc1a17b21953.tar.gz
ferdium-app-dc4aa9d7912da85b135ed94ec0f3dc1a17b21953.tar.zst
ferdium-app-dc4aa9d7912da85b135ed94ec0f3dc1a17b21953.zip
chore: upgrade 'pnpm' to '6.16.0' (#2014)
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 d41ded354..eafa6645e 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.14.7 58 version: 6.16.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 199ec95bf..062243659 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.14.7 155 version: 6.16.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
@@ -256,7 +256,7 @@ jobs:
256 - name: Install pnpm 256 - name: Install pnpm
257 uses: pnpm/action-setup@v2.0.1 257 uses: pnpm/action-setup@v2.0.1
258 with: 258 with:
259 version: 6.14.7 259 version: 6.16.0
260 - name: Uninstall locally and reinstall global npm modules 260 - name: Uninstall locally and reinstall global npm modules
261 run: | 261 run: |
262 npm uninstall node-gyp 262 npm uninstall node-gyp
@@ -381,7 +381,7 @@ jobs:
381 - name: Install pnpm 381 - name: Install pnpm
382 uses: pnpm/action-setup@v2.0.1 382 uses: pnpm/action-setup@v2.0.1
383 with: 383 with:
384 version: 6.14.7 384 version: 6.16.0
385 - name: Uninstall locally and reinstall global npm modules 385 - name: Uninstall locally and reinstall global npm modules
386 run: | 386 run: |
387 npm uninstall node-gyp 387 npm uninstall node-gyp