We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a4b7f commit d0c8b04Copy full SHA for d0c8b04
.github/workflows/deploy.js.yml
@@ -5,6 +5,8 @@ concurrency: production
5
on:
6
push:
7
branches: [ "master" ]
8
+env:
9
+ NODE_OPTIONS: --openssl-legacy-provider
10
11
jobs:
12
build:
.github/workflows/node.js.yml
@@ -9,6 +9,9 @@ on:
pull_request:
13
14
+
15
16
17
0 commit comments