login to npm registry for install
Some checks failed
Build and test / build-and-test (18.x) (push) Failing after 10s
Build and test / build-and-test (20.x) (push) Failing after 9s

This commit is contained in:
James Brumond 2023-08-26 13:22:43 -07:00
parent 07138d4111
commit 1905f47148
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -24,10 +24,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# - name: Login to package registry
# run: |
# npm config set @js:registry https://gitea.jbrumond.me/api/packages/js/npm/
# npm config set -- '//gitea.jbrumond.me/api/packages/js/npm/:_authToken' "$NPM_PUBLISH_TOKEN"
- name: Login to package registry
run: |
npm config set @js:registry https://gitea.jbrumond.me/api/packages/js/npm/
npm config set -- '//gitea.jbrumond.me/api/packages/js/npm/:_authToken' "$NPM_PUBLISH_TOKEN"
- name: Install dependencies
run: npm ci