diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2fd9b02..3a71a98c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.3 with: version: 7.5.0 - name: Use Node.js ${{ matrix.node }}