@contextecf/guardian-cli 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,9 +33,9 @@ npx @contextecf/guardian-cli@latest setup
33
33
 
34
34
  The installed binary is `guardian`.
35
35
 
36
- Guardian CLI requires Node.js 22 or newer. The release clean-room install smoke
37
- uses a Node 22 trixie Docker image so native SQLite dependencies are tested
38
- against the same Node and Linux glibc floor expected for public npm users.
36
+ Guardian CLI requires Node.js 20.20.0 or newer. The release clean-room install
37
+ smoke uses a Node 20 bookworm Docker image so native SQLite dependencies are
38
+ tested against the same Node floor expected for public npm users.
39
39
 
40
40
  ## First Run
41
41