Skip to content

Commit 984cf04

Browse files
committed
Fix build error
The error comes up because of an issue with nodejs, webpack and openssl3 See https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
1 parent 6bc963d commit 984cf04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install sidecar
3636
shell: bash -l {0}
3737
run: pip install -ve .
38+
env:
39+
# To fix an issue with webpack and openssl3 https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
40+
NODE_OPTIONS: "--openssl-legacy-provider"
3841

3942
- name: Check installation files
4043
shell: bash -l {0}

0 commit comments

Comments
 (0)