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: