From 1a5963da5af1476b38e1b20d89436056f57bef30 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 15 Oct 2021 19:48:03 +0530 Subject: upgrade 'pnpm' to '6.17.1' --- .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 509458765..3b488ec4a 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.16.0 + version: 6.17.1 - 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 44b23a91d..e5bb95fe9 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.16.0 + version: 6.17.1 - 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.16.0 + version: 6.17.1 - 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.16.0 + version: 6.17.1 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp -- cgit v1.2.3-54-g00ecf