Skip to content

Commit 0906b9a

Browse files
committed
Issue #12: Fix duplicate definitions of pnpm versions
1 parent 0660a10 commit 0906b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

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: 23 # The specific version of Node that should be used to build your site. Defaults to 18. (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 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

3030
deploy:
3131
needs: build

0 commit comments

Comments
 (0)