mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
"fontello.json"
|
||||
],
|
||||
"rules": {
|
||||
"github/convert-npm-to-bun": "off",
|
||||
"github/set-node-versions": "off"
|
||||
},
|
||||
"match": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue