mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): add registry url in nightly build
[release]
This commit is contained in:
parent
960984c08e
commit
206f062480
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: install
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
- name: lint
|
||||
|
Loading…
Reference in New Issue
Block a user