diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 09530df7..faed5259 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,14 +9,17 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - uses: oven-sh/setup-bun@v1 + with: + bun-version: latest - name: Use Node.js 16.x uses: actions/setup-node@v3 with: node-version: 16.x - name: Install Redrun - run: npm i redrun -g + run: bun i redrun -g --no-save - name: NPM Install - run: npm install + run: bun i --no-save - name: Lint run: redrun lint - name: Build diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d543312b..c49d3c3b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,14 +14,17 @@ jobs: - 20.x steps: - uses: actions/checkout@v3 + - uses: oven-sh/setup-bun@v1 + with: + bun-version: latest - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install Redrun - run: npm i redrun -g + run: bun i redrun -g --no-save - name: Install - run: npm install + run: bun i --no-save - name: Lint run: redrun fix:lint - uses: actions/cache@v3 diff --git a/.putout.json b/.putout.json index 0f190125..c746c016 100644 --- a/.putout.json +++ b/.putout.json @@ -7,9 +7,7 @@ "fontello.json" ], "rules": { - "webpack/apply-externals": "off", - "github/convert-npm-to-bun": "off", - "github/install-bun": "off" + "webpack/apply-externals": "off" }, "match": { "base64": {