From ac7c68eb4e5a23659bbe34590f4e6ed38dc64fc3 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 8 Dec 2021 18:57:37 +0530 Subject: chore: upgrade 'pnpm' to '6.23.6' --- .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 4f5e68332..ec9cbafda 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -38,7 +38,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.19.0 + version: 6.23.6 - name: Install node dependencies run: npm i - name: Update submodules diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index b15ba44a1..5d751901e 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -141,7 +141,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.19.0 + version: 6.23.6 - name: Install node dependencies run: npm i - name: Package recipes @@ -223,7 +223,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.19.0 + version: 6.23.6 - name: Install node dependencies run: npm i - name: Figure out used package.json version @@ -326,7 +326,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.19.0 + version: 6.23.6 - name: Install node dependencies run: npm i shell: bash -- cgit v1.2.3-54-g00ecf