We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbda47 commit c87f814Copy full SHA for c87f814
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Redrun
26
run: bun install redrun yarn -g --no-save
27
- name: Install
28
- run: yarn
+ run: bun i --no-save
29
- name: Lint
30
run: redrun fix:lint
31
- name: Install Rust
0 commit comments