@abgov/nx-oc 3.2.0-beta.2 → 3.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/nx-oc",
3
- "version": "3.2.0-beta.2",
3
+ "version": "3.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "src/index.js",
6
6
  "description": "Government of Alberta - Nx plugin for OpenShift.",
@@ -11,11 +11,11 @@
11
11
  },
12
12
  "generators": "./generators.json",
13
13
  "executors": "./executors.json",
14
+ "peerDependencies": {
15
+ "@nrwl/devkit": "^14.0.0"
16
+ },
14
17
  "dependencies": {
15
18
  "yaml": "^1.10.2"
16
19
  },
17
- "types": "./src/index.d.ts",
18
- "peerDependencies": {
19
- "@nrwl/devkit": "14.7.17"
20
- }
20
+ "types": "./src/index.d.ts"
21
21
  }
@@ -36,7 +36,7 @@ jobs:
36
36
  fetch-depth: 0
37
37
  - uses: actions/setup-node@v2
38
38
  with:
39
- node-version: "12"
39
+ node-version: "16"
40
40
  - run: npm ci
41
41
 
42
42
  # Determine the last successful build of this (pipeline.yml) workflow and set it as the AFFECTED_BASE.