We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d0099 commit f9234a7Copy full SHA for f9234a7
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [ 16.x ]
+ node-version: [ 17.x ]
18
19
steps:
20
- name: Checkout
package.json
@@ -50,7 +50,7 @@
50
"nx": "nx",
51
"start": "nx serve",
52
"cli": "node ./dist/apps/generator-cli/main.js",
53
- "build": "nx build",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider nx build",
54
"publish": "npm run build && npm publish ./dist/apps/generator-cli",
55
"test": "nx test",
56
"lint": "nx workspace-lint && nx lint",
0 commit comments