the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade setup-bun to v2 and pin Bun 1.3.10

+6 -2
+3 -1
.github/workflows/deploy-front.yml
··· 15 15 uses: actions/checkout@v4 16 16 17 17 - name: Set up Bun 18 - uses: oven-sh/setup-bun@v1 18 + uses: oven-sh/setup-bun@v2 19 + with: 20 + bun-version: 1.3.10 19 21 20 22 - name: Install dependencies 21 23 working-directory: apps/web
+3 -1
.github/workflows/deploy.yml
··· 41 41 uses: docker/setup-buildx-action@v3 42 42 43 43 - name: Set up Bun 44 - uses: oven-sh/setup-bun@v1 44 + uses: oven-sh/setup-bun@v2 45 + with: 46 + bun-version: 1.3.10 45 47 46 48 - name: Install dependencies 47 49 working-directory: apps/cf-sandbox