Skip to content

Commit f9234a7

Browse files
authored
use node 17.x and NODE_OPTIONS=--openssl-legacy-provider (#699)
* use NODE_OPTIONS=--openssl-legacy-provider * use node 17.x * remmove node option * Revert "remmove node option" This reverts commit 1db921a.
1 parent d3d0099 commit f9234a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ 16.x ]
17+
node-version: [ 17.x ]
1818

1919
steps:
2020
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"nx": "nx",
5151
"start": "nx serve",
5252
"cli": "node ./dist/apps/generator-cli/main.js",
53-
"build": "nx build",
53+
"build": "NODE_OPTIONS=--openssl-legacy-provider nx build",
5454
"publish": "npm run build && npm publish ./dist/apps/generator-cli",
5555
"test": "nx test",
5656
"lint": "nx workspace-lint && nx lint",

0 commit comments

Comments
 (0)