feat: device-aware JWT auth, prekey upload, key fingerprint endpoint, and AI agent CI #81
backend-ci.yml
on: pull_request
Format · Lint · Test
26s
Annotations
2 errors and 1 warning
|
Format · Lint · Test
Process completed with exit code 1.
|
|
src/__tests__/auth.integration.test.ts > POST /auth/verify > returns 200 with JWT token for valid new-user flow:
apps/backend/src/__tests__/auth.integration.test.ts#L131
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ src/__tests__/auth.integration.test.ts:131:24
|
|
Format · Lint · Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|