Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
The error comes up because of an issue with nodejs, webpack and openssl3
See https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
  • Loading branch information
mwcraig committed Oct 24, 2022
1 parent 6bc963d commit 984cf04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install sidecar
shell: bash -l {0}
run: pip install -ve .
env:
# To fix an issue with webpack and openssl3 https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
NODE_OPTIONS: "--openssl-legacy-provider"

- name: Check installation files
shell: bash -l {0}
Expand Down

0 comments on commit 984cf04

Please sign in to comment.