diff --git a/.github/workflows/deploy-javascript.yml b/.github/workflows/deploy-javascript.yml index 9a4fff6..69e7d4a 100644 --- a/.github/workflows/deploy-javascript.yml +++ b/.github/workflows/deploy-javascript.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies working-directory: integrations/javascript