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 8476a1f commit 903387dCopy full SHA for 903387d
.github/workflows/ci.yml
@@ -68,7 +68,6 @@ jobs:
68
os: windows-latest
69
shell: cmd
70
node-version:
71
- - 20.x
72
- 22.x
73
- 24.x
74
exclude:
package.json
@@ -4,7 +4,7 @@
4
"description": "The semantic version parser used by npm.",
5
"main": "index.js",
6
"scripts": {
7
- "test": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100",
+ "test": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=99 --test-coverage-functions=99 --test-coverage-branches=99",
8
"snap": "node --test --test-update-snapshots",
9
"lint": "npm run eslint",
10
"postlint": "template-oss-check",
0 commit comments