Skip to content

Commit 4557c02

Browse files
committed
add openssl legacy provider to resolve error in GHA
1 parent 58784c6 commit 4557c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "npx standard index.js",
8-
"package": "npx ncc build index.js -m -o dist"
8+
"package": "NODE_OPTIONS=--openssl-legacy-provider npx ncc build index.js -m -o dist"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)