Skip to content

Commit

Permalink
CI: drop openssl-legacy-provider parameter
Browse files Browse the repository at this point in the history
This is no longer required.
  • Loading branch information
pjonsson committed Mar 30, 2024
1 parent 2e2e7ff commit 65b5bff
Showing 1 changed file with 1 addition and 2 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'

0 comments on commit 65b5bff

Please sign in to comment.