diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d85f192..22d5bbb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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