diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3aabe84..78905ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9 - name: Install, build, and upload your site uses: withastro/action@v3 # with: diff --git a/package.json b/package.json index 388c321..a2c13fe 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "tailwindcss": "^3.4.14", "typescript": "^4.9.4" }, - "packageManager": "^pnpm@9.6.0" + "packageManager": "pnpm@9.0.0" }