@ndlib/ndlib-cdk2 1.0.32 → 1.0.33
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/lib/newman-runner.js +2 -1
- package/package.json +1 -1
package/lib/newman-runner.js
CHANGED
|
@@ -20,7 +20,8 @@ class NewmanRunner {
|
|
|
20
20
|
commands: [
|
|
21
21
|
'n 22',
|
|
22
22
|
'npm install --global yarn',
|
|
23
|
-
|
|
23
|
+
// Updated Newman command to use version 6.14 (without .0)
|
|
24
|
+
'npm install -g newman@6.14',
|
|
24
25
|
'echo "Ensure that the Newman spec is readable"',
|
|
25
26
|
`chmod 755 ${props.collectionPath}`,
|
|
26
27
|
],
|