Skip to content
Open
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
13 changes: 0 additions & 13 deletions .changeset/support-node-20.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @qawolf/cli

## 1.2.0

### Minor Changes

- c2e13b2: Support Node 20. The `engines.node` floor is lowered to `>=20.19.0`, and on Node
versions without native TypeScript support (Node 20, and Node 22.15–22.17) flows
are now loaded through the `@oxc-node/core` ESM loader, which transpiles and
resolves TypeScript at runtime. Bun and Node 22.18+ are unaffected. A CI matrix
smoke-tests the published bundle on Node 20, 22, 24, and Bun.

Note: the `@qawolf/*` platform packages currently declare `engines.node >=22.22.0`,
so installing on Node 20 prints `EBADENGINE` warnings. They are verified to run on
Node 20.19, and the warnings are non-fatal unless `engine-strict` is enabled.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qawolf/cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent",
"keywords": [
"automation",
Expand Down
Loading