ci: fix npm registry url

This commit is contained in:
Arthur Fiorette 2021-09-15 18:46:31 -03:00 committed by GitHub
parent 6d5bcf3b6d
commit 605668391a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org/'
cache: 'yarn'
- name: Install packages