A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

ci: update Node version

Trezy 93b5a5a0 547b45d5

+10
+10
.github/workflows/release-sdk.yml
··· 53 53 - name: Setup Bun 54 54 uses: oven-sh/setup-bun@v2 55 55 56 + - name: Setup Node.js 57 + uses: actions/setup-node@v4 58 + with: 59 + node-version: 24 60 + 56 61 - name: Install dependencies 57 62 run: bun install 58 63 ··· 82 87 83 88 - name: Setup Bun 84 89 uses: oven-sh/setup-bun@v2 90 + 91 + - name: Setup Node.js 92 + uses: actions/setup-node@v4 93 + with: 94 + node-version: 24 85 95 86 96 - name: Install dependencies 87 97 run: bun install