From e9a55f36cc5896a20e6cda9fda27d8466a204e45 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Tue, 21 Sep 2021 19:17:37 +0800 Subject: [PATCH] chore: update workflows/coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c04683b..1a5a588 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install cnpm -g --registry=https://r.npm.taobao.org/ + - run: npm install cnpm -g --registry=https://registry.nlark.com - run: cnpm install - run: npm run beforetest - run: npm run cover