From e293da8e9486c1e52c7529cb774aec282fa00219 Mon Sep 17 00:00:00 2001 From: Ute Mayer-Dohmen Date: Tue, 10 Jan 2023 17:37:35 +0100 Subject: [PATCH] Add registry URL https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91c9b3e29..3c9eb4709 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,6 +99,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + registry-url: 'https://registry.npmjs.org' - name: Setup cache for npm id: npm_cache uses: actions/cache@v3