diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e7bdfa..4db3cb6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest] node-version: [lts/*] - pnpm-version: [8] + pnpm-version: [8.9.0] runs-on: ${{ matrix.os }} steps: - name: ⬇️ Checkout @@ -33,7 +33,7 @@ jobs: - name: 🥡 Setup pnpm id: setup-pnpm - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4 with: version: ${{ matrix.pnpm-version }} run_install: false