mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
ci(workflows): 💚 Try to confirm and fix CI error:0308010C
There might be a conflict between the new version node.js and this project's dependencies, according to CI Error message "error:0308010C:digital envelope routines::unsupported". Try to confirm and fix it by specifying the old styled openssl.
This commit is contained in:
parent
dd6b022429
commit
584087ad46
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -68,6 +68,7 @@ jobs:
|
|||||||
PCIT_USERNAME: khs1994
|
PCIT_USERNAME: khs1994
|
||||||
- name: vuepress
|
- name: vuepress
|
||||||
run: |
|
run: |
|
||||||
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
sudo rm -rf _book
|
sudo rm -rf _book
|
||||||
# npm i vuepress --save-dev
|
# npm i vuepress --save-dev
|
||||||
npm i
|
npm i
|
||||||
|
Loading…
Reference in New Issue
Block a user