chore(js): use bun instead of yarn
This commit is contained in:
parent
3f54d46f19
commit
94ecd2166e
17 changed files with 68 additions and 9033 deletions
12
.github/actions/ci-setup-rails/action.yml
vendored
12
.github/actions/ci-setup-rails/action.yml
vendored
|
@ -16,19 +16,17 @@ runs:
|
|||
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
|
||||
- name: Install yarn
|
||||
run: |
|
||||
npm install --global yarn
|
||||
shell: bash
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
node --version
|
||||
yarn install --frozen-lockfile
|
||||
bun --version
|
||||
bun install
|
||||
shell: bash
|
||||
|
||||
- name: Setup environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue