mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +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/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