Skip to content

Commit

Permalink
Merge pull request #664 from pjonsson/node-18-compat
Browse files Browse the repository at this point in the history
Drop openssl-legacy-provider parameter
  • Loading branch information
ljowen authored Apr 8, 2024
2 parents 49d9f94 + 65b5bff commit 20a64b4
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 1,226 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
- run: rm -rf node_modules && yarn install --frozen-lockfile
- run: yarn gulp lint release
env:
# We need to use --openssl-legacy-provider for node 18.x and node 20.x
NODE_OPTIONS: ${{ matrix.node-version != '16.x' && '--max_old_space_size=4096 --openssl-legacy-provider' || '--max_old_space_size=4096'}}
NODE_OPTIONS: '--max_old_space_size=4096'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
},
"resolutions": {
"terser-webpack-plugin": "^4.2.3",
"@types/react": "^17.0.3",
"@types/lodash": "4.14.182",
"@types/node": "^18.15.11"
Expand Down
Loading

0 comments on commit 20a64b4

Please sign in to comment.