Skip to content

Commit

Permalink
chore:update ci support tls1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwgs committed May 31, 2022
1 parent a9386e7 commit a192820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "ahwgs"
Expand All @@ -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

Expand Down

0 comments on commit a192820

Please sign in to comment.