Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Aug 31, 2024
1 parent edb413f commit bdfca6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: withastro/action@v2
with:
path: pages # The root location of your Astro project inside the repository. (optional)
node-version: 22.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
package-manager: yarn@ # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
node-version: 21.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
package-manager: yarn # 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

0 comments on commit bdfca6e

Please sign in to comment.