diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 12fa846..9d81b08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install ✨ run: pnpm install @@ -55,7 +55,7 @@ jobs: - name: Setup PNPM uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Install ✨ run: pnpm install