mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): fetch all history for proper version-bump and history
This commit is contained in:
parent
c734f9a210
commit
c947b7a70d
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
ref: 'refs/heads/dev'
|
||||
fetch-depth: 0 # All history
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
@ -50,6 +51,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
ref: 'refs/heads/next'
|
||||
fetch-depth: 0 # All history
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -29,6 +29,8 @@ jobs:
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 100
|
||||
|
||||
- name: cache node_modules
|
||||
id: node_modules_cache_id
|
||||
|
Loading…
Reference in New Issue
Block a user