If you are talking about Github Action you can add this step ```yaml # Step to install Bun using the

If you are talking about Github Action you can add this step
# Step to install Bun using the official oven-sh GitHub Action
      - name: Setup Bun
        uses: oven-sh/setup-bun@v2
        with:
          bun-version: latest # You can use "latest" or a specific version
Was this page helpful?