Skip to content

Commit

Permalink
Merge pull request #698 from dmytroshch/node18
Browse files Browse the repository at this point in the history
(refactor) Update to node 18
  • Loading branch information
bhoomij authored Sep 24, 2023
2 parents f9b0dd4 + b23d067 commit 9dcbb99
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 20,280 deletions.
9 changes: 6 additions & 3 deletions .env-cmdrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"REACT_APP_COOKIE_DOMAIN": "staging.bitfinex.com",
"REACT_APP_IS_ELECTRON_APP": "false",
"REACT_APP_ENVIRONMENT": "staging",
"REACT_APP_CHART_URL": "https://bfx-hf-tradingview.staging.bitfinex.com/v0"
"REACT_APP_CHART_URL": "https://bfx-hf-tradingview.staging.bitfinex.com/v0",
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"production": {
"REACT_APP_WSS_URL": "wss://h.bitfinex.com/ws/",
Expand All @@ -18,7 +19,8 @@
"REACT_APP_COOKIE_DOMAIN": "bitfinex.com",
"REACT_APP_ENVIRONMENT": "production",
"REACT_APP_CHART_URL": "https://hchart.bitfinex.com/v0",
"SKIP_PREFLIGHT_CHECK": "true"
"SKIP_PREFLIGHT_CHECK": "true",
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"electron": {
"REACT_APP_WSS_URL": "ws://localhost:45000",
Expand All @@ -29,7 +31,8 @@
"REACT_APP_COOKIE_DOMAIN": "staging.bitfinex.com",
"REACT_APP_IS_ELECTRON_APP": "true",
"REACT_APP_CHART_URL": "https://hchart.bitfinex.com/v0",
"SKIP_PREFLIGHT_CHECK": "true"
"SKIP_PREFLIGHT_CHECK": "true",
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"development": {
"REACT_APP_DEV": "true",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.20.x]
node-version: [18.18.x]

steps:
- name: Checkout Repository
Expand Down
Loading

0 comments on commit 9dcbb99

Please sign in to comment.