Skip to content

Commit 9839ab7

Browse files
committed
🧹 chore(ci): add build command
1 parent 9043b06 commit 9839ab7

File tree

4 files changed

+103
-139
lines changed

4 files changed

+103
-139
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
with:
1616
bun-version: latest
1717
- run: bun install
18+
env:
19+
NODE_OPTIONS: --max-old-space-size=8192
20+
NODE_VERSION: 22.14.0
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1822
- run: bun run build
1923
- name: Deploy
2024
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)