Skip to content

Commit 5ab0e39

Browse files
committed
Specify pnpm version
1 parent d12f564 commit 5ab0e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

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@8.11.0
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)