-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Evan
authored and
Evan
committed
Jun 16, 2024
1 parent
0226579
commit 74728a5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: Install, build, and upload your site | ||
uses: withastro/action@v2 | ||
with: | ||
package-manager: [email protected] | ||
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) | ||
# with: | ||
# package-manager: [email protected] | ||
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) | ||
# with: | ||
# path: . # The root location of your Astro project inside the repository. (optional) | ||
|
||
|