We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49d9f94 + 65b5bff commit 20a64b4Copy full SHA for 20a64b4
3 files changed
.github/workflows/ci.yml
@@ -22,5 +22,4 @@ jobs:
22
- run: rm -rf node_modules && yarn install --frozen-lockfile
23
- run: yarn gulp lint release
24
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'}}
+ NODE_OPTIONS: '--max_old_space_size=4096'
package.json
@@ -35,6 +35,7 @@
35
}
36
},
37
"resolutions": {
38
+ "terser-webpack-plugin": "^4.2.3",
39
"@types/react": "^17.0.3",
40
"@types/lodash": "4.14.182",
41
"@types/node": "^18.15.11"
0 commit comments