From c718d77b4716493c8a65bf30297445770b877a2f Mon Sep 17 00:00:00 2001 From: Bruno Perel Date: Sat, 31 Aug 2024 17:45:32 +0200 Subject: [PATCH] Downgrade PNPM --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2db8deb4..cef28b4e7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,9 +38,9 @@ jobs: echo "BASE: ${{ env.NX_BASE }}" - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.8.* - name: Use Node.js 18 uses: actions/setup-node@v4