From 242e865e95bbaf1397b2ee57105c669934ce43ec Mon Sep 17 00:00:00 2001 From: KabanFriends <45000995+KabanFriends@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:39:15 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65aa319..6ddc149 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: 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) - 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: npm@latest # 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