From ef848a05536efadd2ae51de7a40c3765d4068a54 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Thu, 27 Jun 2024 13:27:34 +0200 Subject: [PATCH] chore(deps): re-add the specific PNPM version for the deploy workflow --- .github/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0a658f4..2b7b97e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,6 +33,7 @@ jobs: uses: withastro/action@v2 with: path: ./docs # The root location of your Astro project inside the repository. (optional) + package-manager: pnpm@9.4.0 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build