Skip to content

Commit 01d1159

Browse files
committed
Use withastro/action@v2.0.1
1 parent 6913c15 commit 01d1159

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- name: Checkout your repository using git
2727
uses: actions/checkout@v4
2828
- name: Install, build, and upload your site output
29-
uses: withastro/action@v2
29+
uses: withastro/action@v2.0.1
30+
with:
31+
path: .
32+
node-version: 21.5.0
33+
package-manager: npm
3034

3135
deploy:
3236
needs: build

0 commit comments

Comments
 (0)