Add npm registry to setup-node to create .npmrc file with reg details

This commit is contained in:
Mark Sinclair
2023-07-04 16:06:55 +01:00
parent a91c997aed
commit 2d7003dfae
+1
View File
@@ -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