From ad6bb505dd55a2000923d35c155b927b78be4d48 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 26 Oct 2021 07:17:03 +0530 Subject: chore: upgrade 'pnpm' to '6.19.0' --- .github/workflows/dependency-updates.yml | 2 +- .github/workflows/ferdi-builds.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | 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: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -255,7 +255,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -379,7 +379,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.17.1 + version: 6.19.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp -- cgit v1.2.3-54-g00ecf