Skip to content

Commit

Permalink
change github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pablof7z committed Dec 9, 2024
1 parent fc06dd3 commit 31b6387
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'
- name: Setup PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Pages
Expand Down

0 comments on commit 31b6387

Please sign in to comment.