Skip to content

Commit 443cb7a

Browse files
committed
Use legacy OpenSSL provider
1 parent c65e404 commit 443cb7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- run: npm run build --if-present
3030
- run: npm run lint --if-present
3131
- run: npm test
32+
env:
33+
NODE_OPTIONS: --openssl-legacy-provider
3234
- run: npm run e2e --if-present
3335
env:
3436
CI: true

0 commit comments

Comments
 (0)