mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): add registry url
This commit is contained in:
parent
39d6dd5b19
commit
3031ce68ac
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -287,6 +287,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: bump version
|
- name: bump version
|
||||||
run: yarn lerna version --yes --no-git-tag-version --no-push
|
run: yarn lerna version --yes --no-git-tag-version --no-push
|
||||||
|
Loading…
Reference in New Issue
Block a user