diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7a7842..a0adf18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20' + registry-url: 'https://registry.npmjs.org/' cache: 'npm' - name: Install dependencies