diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbc2789..c222599 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,9 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v3 - name: Install, build, and upload your site - uses: withastro/action@v0 + uses: withastro/action@v1 + with: + package-manager: pnpm@latest deploy: needs: build