Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18", "20"]
node: ["20", "22"]
defaults:
run:
working-directory: sdks/typescript
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thin TypeScript client for the [RiskKernel](https://github.com/prashar32/riskker
reliability runtime — **Surface 2** (deep control). The Go daemon makes every
deterministic decision (budgets, halts, approval policy); this package just makes
governed runs ergonomic from Node/TypeScript. **No runtime dependencies** — it uses
the global `fetch` (Node 18+), the same stdlib-only ethos as the Python SDK.
the global `fetch` (Node 20+), the same stdlib-only ethos as the Python SDK.

> **Status:** core client — run control, budgets, the governing proxy, and approval
> gates. Crash-resume (`resumeRun`), framework adapters (Vercel AI SDK), and npm
Expand Down
Loading
Loading