We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53918b commit 8b4bedeCopy full SHA for 8b4bede
.github/workflows/test-js.yml
@@ -53,7 +53,7 @@ jobs:
53
run: pnpm test-compiled
54
55
- name: Report coverage
56
- uses: codecov/codecov-action@v4.0.2
+ uses: codecov/codecov-action@v4.1.0
57
if: env.REPORT_COVERAGE == 'true'
58
with:
59
file: coverage/lcov.info
package.json
@@ -96,7 +96,7 @@
96
"@semantic-release/release-notes-generator": "12.1.0",
97
"@types/dedent": "0.7.2",
98
"@types/eslint": "8.56.5",
99
- "@types/node": "16.18.39",
+ "@types/node": "16.18.89",
100
"@types/rollup-plugin-auto-external": "2.0.5",
101
"@types/semver": "7.5.8",
102
"@typescript-eslint/eslint-plugin": "7.2.0",
0 commit comments