chore(build): use bun instead of node
This commit is contained in:
parent
6165df277b
commit
c480d4082a
8 changed files with 3 additions and 15 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -38,14 +38,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
node --version
|
||||
bun --version
|
||||
bun install
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue