From 584087ad46b4fb6b298fa5cae02b1c983d84fcbc Mon Sep 17 00:00:00 2001 From: CybCom <91059829+CybCom@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:27:38 +0800 Subject: [PATCH] ci(workflows): :green_heart: 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. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13c7206..ad89eec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,6 +68,7 @@ jobs: PCIT_USERNAME: khs1994 - name: vuepress run: | + export NODE_OPTIONS=--openssl-legacy-provider sudo rm -rf _book # npm i vuepress --save-dev npm i