Skip to content

Commit 0607028

Browse files
committed
fix(action): explicitly add package-manager for astro
1 parent ba119a3 commit 0607028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: withastro/action@v4
2424
with:
2525
path: www
26+
package-manager: npm
2627

2728
deploy:
2829
name: Deploy

0 commit comments

Comments
 (0)