We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2e7ff commit 65b5bffCopy full SHA for 65b5bff
1 file 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'
0 commit comments