We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--openssl-legacy-provider
1 parent f3a8e98 commit 4a5534fCopy full SHA for 4a5534f
1 file changed
.github/workflows/ci.yaml
@@ -433,13 +433,17 @@ jobs:
433
export PATH=$PATH:`pwd`/../../geckodriver
434
npm install
435
npm run test
436
+ env:
437
+ NODE_OPTIONS: "--openssl-legacy-provider"
438
working-directory: ./wasm/demo
439
- name: build notebook demo
440
if: github.ref == 'refs/heads/release'
441
run: |
442
443
npm run dist
444
mv dist ../demo/dist/notebook
445
446
447
working-directory: ./wasm/notebook
448
- name: Deploy demo to Github Pages
449
if: success() && github.ref == 'refs/heads/release'
0 commit comments