We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12f564 commit 5ab0e39Copy full SHA for 5ab0e39
.github/workflows/deploy.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
- name: Install, build, and upload your site
24
uses: withastro/action@v3
25
+ with:
26
+ package-manager: pnpm@8.11.0
27
# with:
28
# path: . # The root location of your Astro project inside the repository. (optional)
29
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
0 commit comments