We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71e6eb commit 18ef781Copy full SHA for 18ef781
1 file changed
.github/workflows/deploy.yml
@@ -20,6 +20,9 @@ jobs:
20
- uses: actions/checkout@v4
21
- name: Install, build
22
uses: withastro/action@v4
23
+ with:
24
+ package-manager: pnpm@latest
25
+
26
27
deploy:
28
timeout-minutes: 2
0 commit comments