From ea7adcb2b6afe29487085fbaee76d450d3bd49c2 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sat, 22 Jun 2024 15:10:57 +0300 Subject: [PATCH] chore: actions: yarn -> bun --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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