mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore: actions: yarn -> bun
This commit is contained in:
parent
161d4f952b
commit
b0be119474
3 changed files with 4 additions and 5 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
|||
with:
|
||||
node-version: 22.x
|
||||
- name: Install Redrun
|
||||
run: bun i yarn redrun -g --no-save
|
||||
run: bun i redrun -g --no-save
|
||||
- name: NPM Install
|
||||
run: yarn --no-lockfile
|
||||
run: bun i --no-save
|
||||
- name: Lint
|
||||
run: redrun lint
|
||||
- name: Build
|
||||
|
|
|
|||
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Redrun
|
||||
run: bun i yarn redrun -g --no-save
|
||||
run: bun i redrun -g --no-save
|
||||
- name: Install
|
||||
run: yarn --no-lockfile
|
||||
run: bun i --no-save
|
||||
- name: Lint
|
||||
run: redrun fix:lint
|
||||
- uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue