From 49b54e9bb04f48e51ee6b04e729e8ca005769a98 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Wed, 18 Jun 2025 17:59:07 +1200 Subject: [PATCH] chore(ci): update pnpm version to latest in CI pipeline configuration --- .github/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 605240e..dc402d8 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -119,7 +119,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10.11.0 + version: latest run_install: false - name: Run ${{ matrix.name }} @@ -159,7 +159,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10.11.0 + version: latest run_install: false - name: Cache Playwright Browsers