Skip to content

Commit a17ab78

Browse files
committed
pnpm
1 parent 86d2fd8 commit a17ab78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
path: . # The root location of your Astro project inside the repository. (optional)
2727
node-version: 25 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
28-
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)
28+
# 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)
2929
build-cmd: pnpm build # The command to run to build your site. Runs the package build script/task by default. (optional)
3030
# env:
3131
# PUBLIC_POKEAPI: 'https://pokeapi.co/api/v2' # Use single quotation marks for the variable value. (optional)

0 commit comments

Comments
 (0)