We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a220 commit 7be4712Copy full SHA for 7be4712
.github/workflows/deloy.yml
@@ -29,7 +29,8 @@ jobs:
29
git config --global user.name "bajins"
30
# export LESSCHARSET=utf-8
31
# https://github.com/vuejs/vuepress/issues/3136
32
- export NODE_OPTIONS=--openssl-legacy-provider
+ # https://stackoverflow.com/questions/74797727/error-error0308010cdigital-envelope-routinesunsupported
33
+ # export NODE_OPTIONS=--openssl-legacy-provider
34
35
- name: Checkout
36
uses: actions/checkout@v4
package.json
@@ -69,5 +69,10 @@
69
"vuepress-plugin-fulltext-search": "^2.2.1",
70
"vuepress-plugin-plausible-analytics": "^0.2.1",
71
"vuepress-plugin-right-anchor": "^0.5.5"
72
+ },
73
+ "overrides": {
74
+ "[email protected]": {
75
+ "terser-webpack-plugin": "^4.2.3"
76
+ }
77
}
78
0 commit comments