chore(deps): re-add the specific PNPM version for the deploy workflow

This commit is contained in:
Joakim Carlstein 2024-06-27 13:27:34 +02:00
parent 4d12402595
commit ef848a0553

View file

@ -33,6 +33,7 @@ jobs:
uses: withastro/action@v2 uses: withastro/action@v2
with: with:
path: ./docs # The root location of your Astro project inside the repository. (optional) 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: deploy:
needs: build needs: build