Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 3c9e054

Browse files
authored
bump versions and use legacy openssl provider (#85)
* Update deploy.yml * bump versions and use legacy openssl provider * Delete package-lock.json
1 parent 855f13b commit 3c9e054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"dev": "vuepress dev",
6-
"build": "vuepress build"
6+
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build"
77
},
88
"dependencies": {
99
"vuepress": "^1.8.2"

0 commit comments

Comments
 (0)