Declare npm registry when setting up node to allow NPM auth to work (#35235)

Declare npm registry when setting up node to allow NPM auth to work
This commit is contained in:
Sam Seay 2022-10-21 15:14:10 +13:00 committed by GitHub
parent 3a2a22905b
commit 976e2f9e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ runs:
with:
node-version-file: .nvmrc
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- name: Setup PHP
uses: shivammathur/setup-php@e04e1d97f0c0481c6e1ba40f8a538454fe5d7709