Add npm registry to setup-node to create .npmrc file with reg details
This commit is contained in:
@@ -12,6 +12,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Setup yarn
|
||||
run: npm install -g yarn
|
||||
|
||||
Reference in New Issue
Block a user