Skip to content

Commit

Permalink
Added setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 4, 2024
1 parent c7c65c8 commit 6967274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
Expand Down

0 comments on commit 6967274

Please sign in to comment.