diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6cf4f43..fda5b91 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/docs/package.json b/docs/package.json index 194c96e..9453180 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,6 +23,5 @@ }, "volta": { "extends": "../../package.json" - }, - "packageManager": "pnpm@8.10.2" + } }