Skip to content

Commit cda29ac

Browse files
committed
Fix Node OpenSSL 3.0 error
1 parent 89454d1 commit cda29ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dune

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
(deps package-lock.json)
1111
(action
1212
(run npm ci)))
13+
14+
(env
15+
(_
16+
(env-vars
17+
(NODE_OPTIONS --openssl-legacy-provider)))) ; TODO: update node dependencies

0 commit comments

Comments
 (0)