Skip to content

Commit

Permalink
build: fix node 17 issue
Browse files Browse the repository at this point in the history
(see webpack/issues/14532)
  • Loading branch information
JonathanTGold committed Oct 27, 2021
1 parent 4d1148b commit 8745624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ dist: xenial
language: node_js
node_js:
- 'node'
env:
global:
- NODE_OPTIONS="--openssl-legacy-provider"

addons:
chrome: stable
Expand Down

0 comments on commit 8745624

Please sign in to comment.