From ad5c17dd72cedc71854311d1b33d198f0b8fe1a7 Mon Sep 17 00:00:00 2001 From: Simon Rauch Date: Sat, 12 Mar 2022 19:21:41 +0100 Subject: [PATCH] fix registry-url for deployment node env --- .github/actions/cache-restore/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/cache-restore/action.yml b/.github/actions/cache-restore/action.yml index 71dd5b1..4fefcfb 100644 --- a/.github/actions/cache-restore/action.yml +++ b/.github/actions/cache-restore/action.yml @@ -18,6 +18,7 @@ runs: uses: actions/setup-node@v2 with: node-version: ${{ inputs.node-version }} + registry-url: 'https://registry.npmjs.org' - name: Cache Node Modules id: node-cache