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 ef54a88 commit 1d35a67Copy full SHA for 1d35a67
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: 22
+ node-version: 24
24
- run: npm ci
25
- run: npm run build
26
- run: npm test
package.json
@@ -38,5 +38,11 @@
38
"arrowParens": "avoid",
39
"trailingComma": "none"
40
},
41
+ "c8": {
42
+ "reporter": [
43
+ "lcov",
44
+ "text"
45
+ ]
46
+ },
47
"runkitExampleFilename": "example.js"
48
}
0 commit comments