We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ecd0b0 + 1786110 commit 271ba77Copy full SHA for 271ba77
.github/workflows/validate.yml
@@ -45,7 +45,7 @@ jobs:
45
run: npm run validate
46
47
- name: ⬆️ Upload coverage report
48
- uses: codecov/codecov-action@v2.0.3
+ uses: codecov/codecov-action@v2.1.0
49
50
release:
51
needs: main
package.json
@@ -57,7 +57,7 @@
57
},
58
"devDependencies": {
59
"@typescript-eslint/eslint-plugin": "4.31.1",
60
- "@typescript-eslint/parser": "4.31.0",
+ "@typescript-eslint/parser": "4.31.1",
61
"all-contributors-cli": "6.20.0",
62
"codecov": "3.8.3",
63
"cross-env": "^7.0.3",
0 commit comments