chore(deps): make sure the correct PNPM version is used (everywhere)

This commit is contained in:
Joakim Carlstein 2024-06-27 11:55:33 +02:00
parent be5c4d28b6
commit 4d12402595
2 changed files with 0 additions and 4 deletions

View file

@ -33,8 +33,6 @@ jobs:
uses: withastro/action@v2
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (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