aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 19:48:03 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 19:48:03 +0530
commit1a5963da5af1476b38e1b20d89436056f57bef30 (patch)
tree5943733a52efb689203d5a11736252fe6a101ee4 /.github/workflows/dependency-updates.yml
parentchore: remove 'lerna' since we don't use monorepo-style packages any more (#2... (diff)
downloadferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.tar.gz
ferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.tar.zst
ferdium-app-1a5963da5af1476b38e1b20d89436056f57bef30.zip
upgrade 'pnpm' to '6.17.1'
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 509458765..3b488ec4a 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.16.0 58 version: 6.17.1
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