Add a step to set registry
Some checks failed
Tests / cli_tests (18.x) (pull_request) Failing after 2m1s

This commit is contained in:
Prathamesh Musale 2024-01-24 17:13:19 +05:30
parent 39e9c33622
commit 92a9f8b034

View File

@ -27,6 +27,8 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} 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 - name: Install dependencies and build
run: yarn && yarn build run: yarn && yarn build