@ndlib/ndlib-cdk2 1.0.9 → 1.0.10

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.
@@ -15,10 +15,8 @@ class NewmanRunner {
15
15
  version: '0.2',
16
16
  phases: {
17
17
  install: {
18
- 'runtime-versions': {
19
- nodejs: '18.x',
20
- },
21
18
  commands: [
19
+ 'n 18',
22
20
  'npm install -g newman@5.3.2',
23
21
  'echo "Ensure that the Newman spec is readable"',
24
22
  `chmod 755 ${props.collectionPath}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndlib/ndlib-cdk2",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Reusable CDK2 modules used within Hesburgh Libraries of Notre Dame",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",