Skip to content

Commit b0be119

Browse files
committed
chore: actions: yarn -> bun
1 parent 161d4f9 commit b0be119

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
node-version: 22.x
2222
- name: Install Redrun
23-
run: bun i yarn redrun -g --no-save
23+
run: bun i redrun -g --no-save
2424
- name: NPM Install
25-
run: yarn --no-lockfile
25+
run: bun i --no-save
2626
- name: Lint
2727
run: redrun lint
2828
- name: Build

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Install Redrun
24-
run: bun i yarn redrun -g --no-save
24+
run: bun i redrun -g --no-save
2525
- name: Install
26-
run: yarn --no-lockfile
26+
run: bun i --no-save
2727
- name: Lint
2828
run: redrun fix:lint
2929
- uses: actions/cache@v4

.putout.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"fontello.json"
88
],
99
"rules": {
10-
"github/convert-npm-to-bun": "off",
1110
"github/set-node-versions": "off"
1211
},
1312
"match": {

0 commit comments

Comments
 (0)