Skip to content

Commit

Permalink
Fix ci = npm replace to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed May 16, 2024
1 parent f21fe0f commit 43d5125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
uses: oven-sh/setup-bun@v1
with:
node-version: 20
cache: 'npm'
bun-version: latest
- name: Install dependencies
run: npm ci
run: bun install
- name: Build
run: npm run build
run: bun run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 43d5125

Please sign in to comment.