diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ddc30..e540180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install deps run: pnpm install - name: Style Check @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install sg run: pnpm install -g @ast-grep/cli - name: Install deps