Skip to content

Commit

Permalink
chore: actions: yarn -> bun
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 22, 2024
1 parent 14f15d6 commit ea7adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Redrun
run: bun i redrun -g --no-save
- name: Install
run: yarn --no-lockfile
run: bun i --no-save
- name: Lint
run: redrun fix:lint
- name: Install Rust
Expand Down

0 comments on commit ea7adcb

Please sign in to comment.