diff --git a/.github/actions/setup_node_environment/action.yml b/.github/actions/setup_node_environment/action.yml index 081702cae..f59392408 100644 --- a/.github/actions/setup_node_environment/action.yml +++ b/.github/actions/setup_node_environment/action.yml @@ -10,6 +10,9 @@ runs: uses: useblacksmith/setup-node@v5 with: node-version-file: .nvmrc + # NOTE: This registry-url is required so NODE_AUTH_TOKEN / NPM_TOKEN work for npm auth, + # especially in workflows that publish packages. Do not remove unless auth is no longer needed. + registry-url: 'https://registry.npmjs.org' - name: Install dependencies shell: bash