an atproto based link aggregator

Fix CI: install Playwright browsers for browser tests

Remove PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD and add explicit step to
install Chromium for Playwright browser tests.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3 -5
+3 -5
.tangled/workflows/ci.yaml
··· 13 13 - chromium 14 14 - gnused 15 15 16 - environment: 17 - PLAYWRIGHT_BROWSERS_PATH: '0' 18 - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' 19 - CHROME_BIN: chromium 20 - 21 16 steps: 22 17 - name: Install dependencies 23 18 command: pnpm install --frozen-lockfile 19 + 20 + - name: Install Playwright browsers 21 + command: pnpm exec playwright install chromium 24 22 25 23 - name: Build lexicons 26 24 command: pnpm lex:build