From 5972cf1cc265026d64807bef060aa15419b464e1 Mon Sep 17 00:00:00 2001 From: Julien Sulpis Date: Tue, 17 Oct 2023 20:16:30 +0200 Subject: [PATCH] ci: broken pnpm version --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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