Skip to content

Commit

Permalink
ci: add yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 31, 2024
1 parent c759e9a commit 4978246
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Enable corepack
run: corepack enable

- name: Install, build, and upload your site output
uses: withastro/action@v2
with:
node-version: 20
package-manager: yarn@latest

deploy:
needs: build
Expand Down

0 comments on commit 4978246

Please sign in to comment.