From 14ff0b0794250456e9e43f8fa1c7014aa383949b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 25 Apr 2023 16:37:51 +0200 Subject: [PATCH] Fix CI checks for pnpm --- .github/workflows/testing_apps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing_apps.yml b/.github/workflows/testing_apps.yml index 5c474799..13e200e6 100644 --- a/.github/workflows/testing_apps.yml +++ b/.github/workflows/testing_apps.yml @@ -98,7 +98,8 @@ jobs: name: Install pnpm uses: pnpm/action-setup@v2 with: - version: latest + # The latest version of pnpm does not support node 14.x anymore. + version: 7.x - name: Packing Encore run: yarn pack --filename webpack-encore.tgz