From 0f717f86a74a063efb4badfa0a66e7844e874b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Best?= Date: Thu, 3 Aug 2023 13:04:32 +0200 Subject: [PATCH] chore(deps): Bump PNPM to v8 in CI/CD Should help fixing issues with PRs blocked by an invalid lockfile. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 201bf04..e943711 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Set up Node.js uses: actions/setup-node@v3