diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index c8206d14..95ecbdc0 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -29,14 +29,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - - name: Install Bun runtime - run: | - curl -fsSL https://bun.sh/install | bash - - - name: Add Bun to PATH - run: | - source /home/runner/.bashrc + - name: Setup Bun + uses: oven-sh/setup-bun@v1 - name: Install NPM packages run: |