@contextecf/guardian-cli 0.1.1 → 0.1.2
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
|
|
37
|
-
uses a Node
|
|
38
|
-
against the same Node
|
|
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
|
|