docs: warn that KV secondary storage delays session revocation #167
Annotations
2 errors and 1 warning
|
build
Process completed with exit code 2.
|
|
build:
src/index.ts#L117
Type '{ get: (key: string) => Promise<string | null>; set: (key: string, value: string, ttl?: number | undefined) => Promise<void>; delete: (key: string) => Promise<void>; }' is missing the following properties from type 'SecondaryStorage': getAndDelete, increment
|
|
build
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/
|