From e4e2b70091628728adda34b7351a3c41c784ed8f Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Thu, 17 Oct 2024 17:39:48 +0200 Subject: [PATCH] ci: bump PNPM version in CI yamls --- .github/workflows/ci.yml | 6 +++--- .github/workflows/e2e.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f167008b..a8ba3ae9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9.12.1 - uses: actions/setup-node@v3 with: @@ -81,7 +81,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9.12.1 - uses: actions/setup-node@v3 with: @@ -90,7 +90,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install - run: pnpm install --no-optional --no-frozen-lockfile + run: pnpm install --no-optional - name: Queue in release turnstile id: turnstyle diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9b1964438..d6b960071 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -23,7 +23,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7 + version: 9.12.1 - uses: actions/setup-node@v2 with: