We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b1ba4 commit 47fdf40Copy full SHA for 47fdf40
1 file changed
.github/workflows/deploy.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v3
28
29
- name: Install, build, and upload your site
30
- uses: withastro/action@v3
+ uses: withastro/action@v2
31
with:
32
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
33
# path: . # The root location of your Astro project inside the repository. (optional)
0 commit comments