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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1
with:
integration-tests: true
node-versions: '["", "22.19.0"]'
node-versions: '["", "22.22.0"]'

package-check:
name: Package
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for your interest! This file is a quick on-ramp; the agent rules in [`.ag

## Prerequisites

- **Node.js** 22.19+ (the supported floor — CI and `.node-version` use 24)
- **Node.js** 22.22+ (the supported floor — CI and `.node-version` use 24)
- **pnpm** 11+
- **Docker** (for integration tests)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pnpm add unthrown \
pnpm add zod
```

Requires **Node.js ≥ 22.19**, ESM (`"type": "module"`), and TypeScript `strict`.
Requires **Node.js ≥ 22.22**, ESM (`"type": "module"`), and TypeScript `strict`.
Developed against **TypeScript 6.0**.

> Install `unthrown` explicitly even if your package manager auto-installs
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| | |
| ------------- | -------------------------------------------------------------- |
| Node.js | ≥ 22.19.0 |
| Node.js | ≥ 22.22.0 |
| Module system | ESM only (`"type": "module"`) |
| TypeScript | Developed against 6.0; `strict` required for correct inference |
| Temporal SDK | `@temporalio/*` v1 |
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/your-first-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lists live in [Reference](/reference/contract-surface).

## What you need

- **Node.js ≥ 22.19**
- **Node.js ≥ 22.22**
- **A Temporal server** running on `localhost:7233`
- About 20 minutes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vitest": "catalog:"
},
"engines": {
"node": ">=22.19.0"
"node": ">=22.22.0"
},
"packageManager": "pnpm@11.7.0"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"unthrown": "^5.0.0"
},
"engines": {
"node": ">=22.19.0"
"node": ">=22.22.0"
}
}
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
}
},
"engines": {
"node": ">=22.19.0"
"node": ">=22.22.0"
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
}
},
"engines": {
"node": ">=22.19.0"
"node": ">=22.22.0"
}
}
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"unthrown": "^5.0.0"
},
"engines": {
"node": ">=22.19.0"
"node": ">=22.22.0"
}
}
42 changes: 18 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ catalog:
pino: 10.3.1
pino-pretty: 13.1.3
publint: 0.3.23
testcontainers: 12.0.4
testcontainers: 12.1.0
tsdown: 0.22.14
tsx: 4.23.12
turbo: 2.10.9
Expand Down