Skip to content

Commit d0c8b04

Browse files
committed
1 parent 54a4b7f commit d0c8b04

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/deploy.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ concurrency: production
55
on:
66
push:
77
branches: [ "master" ]
8+
env:
9+
NODE_OPTIONS: --openssl-legacy-provider
810

911
jobs:
1012
build:

.github/workflows/node.js.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "master" ]
1111

12+
env:
13+
NODE_OPTIONS: --openssl-legacy-provider
14+
1215
jobs:
1316
build:
1417

0 commit comments

Comments
 (0)