Skip to content

Commit 2fe683b

Browse files
committed
chore: yarn -> bun
1 parent 4845068 commit 2fe683b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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

0 commit comments

Comments
 (0)