Skip to content

Commit 20a64b4

Browse files
author
Lawrence Owen
authored
Merge pull request #664 from pjonsson/node-18-compat
Drop openssl-legacy-provider parameter
2 parents 49d9f94 + 65b5bff commit 20a64b4

3 files changed

Lines changed: 1179 additions & 1226 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ jobs:
2222
- run: rm -rf node_modules && yarn install --frozen-lockfile
2323
- run: yarn gulp lint release
2424
env:
25-
# We need to use --openssl-legacy-provider for node 18.x and node 20.x
26-
NODE_OPTIONS: ${{ matrix.node-version != '16.x' && '--max_old_space_size=4096 --openssl-legacy-provider' || '--max_old_space_size=4096'}}
25+
NODE_OPTIONS: '--max_old_space_size=4096'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
},
3737
"resolutions": {
38+
"terser-webpack-plugin": "^4.2.3",
3839
"@types/react": "^17.0.3",
3940
"@types/lodash": "4.14.182",
4041
"@types/node": "^18.15.11"

0 commit comments

Comments
 (0)