diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a3d9883b..db80dd17 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,9 +17,9 @@ jobs: with: node-version: 18.x - name: Install Redrun - run: bun i redrun -g --no-save + run: bun i yarn redrun -g --no-save - name: NPM Install - run: npm i + run: yarn --no-lockfile - name: Lint run: redrun lint - name: Build diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bb9ed934..c70b7db5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,6 @@ jobs: node-version: - 18.x - 20.x - - 21.x steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 diff --git a/.putout.json b/.putout.json index fa70da30..1d2b1379 100644 --- a/.putout.json +++ b/.putout.json @@ -7,7 +7,13 @@ "fontello.json" ], "rules": { - "github/convert-npm-to-bun": "off" + "github/convert-npm-to-bun": "off", + "github/set-node-versions": ["on", { + "versions": [ + "18.x", + "20.x" + ] + }] }, "match": { "base64": {