From a192820496565a78c697f14dcde3513a79a86f72 Mon Sep 17 00:00:00 2001 From: ahwgs Date: Wed, 1 Jun 2022 00:54:41 +0800 Subject: [PATCH] chore:update ci support tls1.2 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b1d58e..dfb4f42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set Npm Info run: | - npm config set registry http://registry.npmjs.org + npm config set registry https://registry.npmjs.org npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} git config --global user.email "ah_wgs@126.com" git config --global user.name "ahwgs" @@ -30,6 +30,9 @@ jobs: with: version: 7.0.0 + - name: Support TLS1.2 + run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz + - name: Install deps run: pnpm install