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
6
.github/actions/ci-setup-rails/action.yml
vendored
6
.github/actions/ci-setup-rails/action.yml
vendored
|
@ -14,17 +14,11 @@ runs:
|
|||
ruby --yjit -v
|
||||
shell: bash
|
||||
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
- 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