Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add registry-url to setup-node in CI
I suspect this might be required to allow our authentication to work. From the [setup-node docs](https://github.com/actions/setup-node/#usage): ``` # Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, # and set up auth to read in from env.NODE_AUTH_TOKEN. # Default: '' registry-url: '' ```
- Loading branch information