Skip to content

Commit 4a5534f

Browse files
committed
Add --openssl-legacy-provider to Node invocation
1 parent f3a8e98 commit 4a5534f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,17 @@ jobs:
433433
export PATH=$PATH:`pwd`/../../geckodriver
434434
npm install
435435
npm run test
436+
env:
437+
NODE_OPTIONS: "--openssl-legacy-provider"
436438
working-directory: ./wasm/demo
437439
- name: build notebook demo
438440
if: github.ref == 'refs/heads/release'
439441
run: |
440442
npm install
441443
npm run dist
442444
mv dist ../demo/dist/notebook
445+
env:
446+
NODE_OPTIONS: "--openssl-legacy-provider"
443447
working-directory: ./wasm/notebook
444448
- name: Deploy demo to Github Pages
445449
if: success() && github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)