Skip to content

Commit

Permalink
feat: use bunjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sayjeyhi committed Dec 25, 2023
1 parent 83f90db commit 238cdd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3,347 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ jobs:
path: ${{ github.workspace }}/.cache
key: ${{ runner.os }}-3d-${{ hashFiles('**/yarn.lock') }}

- name: Setup node 🎱
uses: actions/setup-node@v2
- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1
with:
node-version: '13.x'
bun-version: 1.0.20
bun-repo: 'Jarred-Sumner/bun-releases-for-updater'
cache: false
cache-bin: false

- name: Install 🎢
run: yarn install --force
- name: Install packages
run: bun i

- name: Build 🧩
run: yarn run build
run: bun run build
env:
CI: true

Expand Down
Binary file added bun.lockb
Binary file not shown.
91 changes: 0 additions & 91 deletions x.html

This file was deleted.

Loading

0 comments on commit 238cdd9

Please sign in to comment.