Skip to content

Commit

Permalink
open SSL legacy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed May 9, 2024
1 parent cd16d81 commit 827ed3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [20.x]
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
NODE_OPTIONS: --max-old-space-size=8192
NODE_OPTIONS: --max-old-space-size=8192 --openssl-legacy-provider
permissions:
contents: write
steps:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
node-version: [20.x]
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
NODE_OPTIONS: --max-old-space-size=8192
NODE_OPTIONS: --max-old-space-size=8192 --openssl-legacy-provider
permissions:
contents: write
steps:
Expand Down

0 comments on commit 827ed3f

Please sign in to comment.