fix: workflow + test

This commit is contained in:
Gabe Farrell 2025-06-13 14:47:54 -04:00
parent 57b172cf90
commit e3f4e959f4
2 changed files with 8 additions and 6 deletions

View file

@ -24,8 +24,8 @@ jobs:
uses: withastro/action@v4
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
# node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
package-manager: yarn@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
package-manager: yarn@1.22.22 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
deploy:
needs: build