From dc4aa9d7912da85b135ed94ec0f3dc1a17b21953 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 3 Oct 2021 20:14:38 +0530 Subject: chore: upgrade 'pnpm' to '6.16.0' (#2014) --- .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 d41ded354..eafa6645e 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.14.7 + version: 6.16.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 199ec95bf..062243659 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.14.7 + version: 6.16.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -256,7 +256,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.14.7 + version: 6.16.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -381,7 +381,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.14.7 + version: 6.16.0 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp -- cgit v1.2.3-54-g00ecf