Skip to content

Commit 63347de

Browse files
committed
ci: add node opts
1 parent a5f7844 commit 63347de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: npm install
1919
run: npm ci
2020
- name: npm test
21-
run: npm test
21+
run: NODE_OPTIONS=--openssl-legacy-provider npm test

0 commit comments

Comments
 (0)