We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcde0e commit 40e0afbCopy full SHA for 40e0afb
.github/workflows/ci.yaml
@@ -36,7 +36,6 @@ jobs:
36
strategy:
37
matrix:
38
node-version:
39
- - 16
40
- 18
41
- 20
42
steps:
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"prepack": "tsc --build",
33
"pretest": "tsc --build",
34
- "test": "c8 node dist/test.js"
+ "test": "c8 node --test"
35
},
"dependencies": {
"@types/mdast": "^4.0.0",
0 commit comments