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

Commit

Permalink
bump versions and use legacy openssl provider (#85)
Browse files Browse the repository at this point in the history
* Update deploy.yml

* bump versions and use legacy openssl provider

* Delete package-lock.json
  • Loading branch information
ZianTT authored Dec 4, 2023
1 parent 855f13b commit 3c9e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build"
},
"dependencies": {
"vuepress": "^1.8.2"
Expand Down

0 comments on commit 3c9e054

Please sign in to comment.