Skip to content

Commit a1ef39f

Browse files
committed
add package-manager version to workflow
1 parent 35ed242 commit a1ef39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/astro-deploy-to-github-pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v3
25+
with:
26+
package-manager: pnpm@latest
2527
# with:
2628
# path: . # The root location of your Astro project inside the repository. (optional)
2729
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

0 commit comments

Comments
 (0)