Try add node options
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupportedpull/411/head
parent
241a9cc041
commit
d2edb39552
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Build for Main Repository
|
- name: Build for Main Repository
|
||||||
env:
|
env:
|
||||||
XRAY_DOCS_MAIN_REPO: "true"
|
XRAY_DOCS_MAIN_REPO: "true"
|
||||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
|
||||||
run: |
|
run: |
|
||||||
yarn docs:build
|
yarn docs:build
|
||||||
- name: Deploy to main Repository
|
- name: Deploy to main Repository
|
||||||
|
|
Loading…
Reference in New Issue