Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/setup_node_environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down