chore(js): use bun instead of yarn

This commit is contained in:
Paul Chavard 2024-03-13 11:06:24 +01:00
parent 3f54d46f19
commit 94ecd2166e
17 changed files with 68 additions and 9033 deletions

View file

@ -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