We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e404 commit 443cb7aCopy full SHA for 443cb7a
.github/workflows/testing.yml
@@ -29,6 +29,8 @@ jobs:
29
- run: npm run build --if-present
30
- run: npm run lint --if-present
31
- run: npm test
32
+ env:
33
+ NODE_OPTIONS: --openssl-legacy-provider
34
- run: npm run e2e --if-present
35
env:
36
CI: true
0 commit comments