Skip to content

Commit

Permalink
Updated GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silvia-odwyer committed Feb 12, 2025
1 parent 6acf078 commit 266e7ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15,097 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: withastro/action@v3
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
# package-manager: pnpm@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: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
package-manager: npm@latest # 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
Expand Down
Loading

0 comments on commit 266e7ca

Please sign in to comment.