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 89454d1 commit cda29acCopy full SHA for cda29ac
dune
@@ -10,3 +10,8 @@
10
(deps package-lock.json)
11
(action
12
(run npm ci)))
13
+
14
+(env
15
+ (_
16
+ (env-vars
17
+ (NODE_OPTIONS --openssl-legacy-provider)))) ; TODO: update node dependencies
0 commit comments