diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bc1e04..9a3b3bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,6 +80,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install Node.js + uses: actions/setup-node@v4 + with: + node-version: 24 + + - name: Install Bun + uses: oven-sh/setup-bun@v2 + - name: Install Vercel CLI run: | bun install -g vercel @@ -100,6 +108,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install Node.js + uses: actions/setup-node@v4 + with: + node-version: 24 + + - name: Install Bun + uses: oven-sh/setup-bun@v2 + - name: Download generate artifact uses: actions/download-artifact@v4 with: