Skip to content

Commit

Permalink
fix(bun): setup with bun instead of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonoi committed Oct 28, 2024
1 parent 9c653de commit b809ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
echo "Unable to determine package manager"
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Bun
uses: oven-sh/setup-[email protected]
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
bun-version: latest
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down

0 comments on commit b809ed9

Please sign in to comment.