We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3260d85 commit a108f48Copy full SHA for a108f48
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- NODE_OPTIONS: '--max-old-space-size=4096'
+ NODE_OPTIONS: '--max-old-space-size=4096 --openssl-legacy-provider'
11
12
jobs:
13
test:
0 commit comments