feat: add Bun setup step to deploy workflow

- Introduced a new step to set up Bun in the GitHub Actions deploy workflow, enhancing the build process for JavaScript applications.
This commit is contained in:
2025-11-26 10:42:41 -03:00
parent 71959f6553
commit 08869fe5da

View File

@@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Log in to Docker Hub
uses: docker/login-action@v2