From afa20f5bef174e6560a3dd60d6375195f434d364 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Mon, 18 Dec 2023 15:48:21 +0100 Subject: [PATCH] ci: is this the way? --- .github/workflows/deploy.yaml | 2 +- docs/package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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" + } }