Skip to content

Commit e5881c8

Browse files
authored
Fix issue in guide compilation (#723)
* Fix terser error
1 parent c973d41 commit e5881c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/guide.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
sudo npm install vue-template-compiler
1919
- name: Build
2020
run: |
21+
export NODE_OPTIONS=--openssl-legacy-provider
2122
sudo vuepress build
2223
working-directory: ./guide
2324
- name: Push

0 commit comments

Comments
 (0)