github action fix registry-url.

This commit is contained in:
Miroslav Šedivý 2022-07-18 23:17:37 +02:00
parent 6d8fc7ac89
commit b8d3c1c7ee

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://npm.pkg.github.com'
- name: Install dependencies and build
run: npm install && npm run build