Skip to content

Commit

Permalink
fixup! nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Nov 2, 2022
1 parent 61b2d0b commit d9da2a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Build 🔧
run: |
# TODO(legendecas): webpack https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
if [ "${{ matrix.node_version }}" = "18" ]; then
export NODE_OPTIONS=--openssl-legacy-provider
fi
npx lerna run compile
- name: Unit tests
Expand Down

0 comments on commit d9da2a3

Please sign in to comment.