Skip to content

Commit

Permalink
try use bun with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Jun 19, 2024
1 parent 5a94b54 commit 063640b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
static_site_generator: next

- name: Build with Next.js
run: npx next build
run: bunx next build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
- name: Install dependencies
shell: bash
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: npm ci
run: bun install --frozen-lockfile

0 comments on commit 063640b

Please sign in to comment.