From 084c84a2779f70e55fc76e53834b9e67ff7f9d9f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Dec 2023 19:58:39 +0200 Subject: [PATCH] chore: lint --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dae3338d..bb9ed934 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,9 +22,9 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Redrun - run: bun i redrun -g --no-save + run: bun i yarn redrun -g --no-save - name: Install - run: npm i + run: yarn --no-lockfile - name: Lint run: redrun fix:lint - uses: actions/cache@v3