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 3fe228a commit 7142732Copy full SHA for 7142732
.github/workflows/deploy.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v4
19
- name: Install, build, and upload your site
20
uses: withastro/action@v3
21
+ with:
22
+ package-manager: npm@latest
23
24
deploy:
25
needs: build
0 commit comments