Skip to content

Commit 65b5bff

Browse files
committed
CI: drop openssl-legacy-provider parameter
This is no longer required.
1 parent 2e2e7ff commit 65b5bff

1 file changed

Lines changed: 1 addition & 2 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'

0 commit comments

Comments
 (0)