Add a step to set registry
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 2m1s
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 2m1s
This commit is contained in:
parent
39e9c33622
commit
92a9f8b034
@ -27,6 +27,8 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Set registry
|
||||
run: npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
|
||||
- name: Install dependencies and build
|
||||
run: yarn && yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user