From 8517ef02820f169f7762aa73ee9dccfa7e2a9ae5 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Sun, 17 Dec 2023 11:18:33 +0100 Subject: [PATCH] fix(ci): remove pnpm as package-manager --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a91d40..1645ea9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,6 @@ jobs: uses: withastro/action@v1 with: path: /docs/ - package-manager: pnpm@latest # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)