ci: is this the way?

This commit is contained in:
Joakim Carlstein 2023-12-18 15:48:21 +01:00
parent 65be64329d
commit afa20f5bef
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
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@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
package-manager: pnpm@8.10.2 # 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

View file

@ -23,6 +23,5 @@
},
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@8.10.2"
}
}