Skip to content

Commit e103fb1

Browse files
committed
ci: add Node.js setup to deploy workflow for consistent runtime environment
1 parent bd79ff8 commit e103fb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717

1818
- uses: ./.github/actions/setup-bun
1919

20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: "24"
23+
2024
- run: bun sst deploy --stage=${{ github.ref_name }}
2125
env:
2226
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)