ci: add Node.js setup to deploy workflow for consistent runtime environment

This commit is contained in:
Dax Raad 2025-11-22 10:47:18 -05:00
parent bd79ff87cc
commit e103fb1f93

View file

@ -17,6 +17,10 @@ jobs:
- uses: ./.github/actions/setup-bun
- uses: actions/setup-node@v4
with:
node-version: "24"
- run: bun sst deploy --stage=${{ github.ref_name }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}