Skip to content

Commit

Permalink
fix: webpack on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 3, 2022
1 parent 1b7f89c commit 903cf44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: scripts/ci/build-and-test.sh
env:
NODE_VERSION: ${{ matrix.node-version }}
NODE_OPTIONS: --openssl-legacy-provider # until webpack is upgraded to fix node 16

build-and-test-windows:
runs-on: windows-latest
Expand All @@ -42,3 +43,4 @@ jobs:
shell: bash
env:
NODE_VERSION: ${{ matrix.node-version }}
NODE_OPTIONS: --openssl-legacy-provider # until webpack is upgraded to fix node 16

0 comments on commit 903cf44

Please sign in to comment.