diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e5973..6086c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: version: 9 - name: Build project - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: node-version: 20.x - run: pnpm install