diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b5a260c..5475458 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,18 +17,16 @@ jobs: - name: ๐Ÿ“ฅ Checkout uses: actions/checkout@v4 - - name: ๐Ÿ› ๏ธ Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20.x + - name: ๐Ÿ› ๏ธ Setup Bun + uses: ./ - name: ๐Ÿ“ฆ Install Dependencies - run: npm install + run: bun install - name: ๐Ÿงน Format run: | - npm run format - npm run build + bun run format + bun run build - name: ๐Ÿ’พ Commit uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef