Skip to content

Commit 66f45ee

Browse files
committed
fixing error uploading codecov
1 parent 1fe2fd6 commit 66f45ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- name: Checkout repo
24+
uses: actions/checkout@v2
25+
with:
26+
fetch-depth: 2
27+
2428
- name: Use Node.js ${{ matrix.node-version }}
2529
uses: actions/setup-node@v1
2630
with:
2731
node-version: ${{ matrix.node-version }}
32+
2833
- name: Install yarn
2934
run: npm i -g yarn
3035
- name: Install dependencies

0 commit comments

Comments
 (0)