From 186403d3df4d44b53a116a96c0071b6462df09c5 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Tue, 21 Sep 2021 21:06:28 +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 9431c76..a746b5e 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 --registry=https://registry.nlark.com + - run: npm config set registry https://registry.nlark.com - run: npm install - run: npm run beforetest - run: npm run cover