diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3d474b7..a051b1e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -24,8 +24,6 @@ jobs: run: bun i redrun -g --no-save - name: Install run: bun i --no-save - - name: Bootstrap - run: redrun bootstrap - name: Lint run: redrun lint - name: Coverage