Skip to content

Commit

Permalink
chore: setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Sep 12, 2023
1 parent b094a5a commit 7aef272
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
- uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm # or pnpm / yarn
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: npm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
Expand Down

0 comments on commit 7aef272

Please sign in to comment.