Skip to content

Commit 6bfde5d

Browse files
committed
update codecov version
1 parent d4299eb commit 6bfde5d

File tree

3 files changed

+927
-808
lines changed

3 files changed

+927
-808
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4
2626
with:
27+
cache: "yarn"
2728
node-version: ${{ matrix.node-version }}
2829

2930
# Installation
@@ -34,3 +35,4 @@ jobs:
3435

3536
# CI
3637
- run: yarn check-ci
38+
- run: yarn codecov

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
5656
"babel-eslint": "^10.1.0",
5757
"chai": "^4.3.4",
58-
"codecov": "^3.8.2",
58+
"codecov": "^3.8.3",
5959
"cross-env": "^7.0.3",
6060
"eslint": "^7.30.0",
6161
"eslint-config-formidable": "^4.0.0",
@@ -79,4 +79,4 @@
7979
"publishConfig": {
8080
"provenance": true
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)