specify engines.node >= 20.11.1 in package.json
This commit is contained in:
parent
4a653cc903
commit
15d021df8c
2 changed files with 1274 additions and 274 deletions
|
|
@ -58,5 +58,8 @@
|
||||||
"to-vfile": "^7.2.3",
|
"to-vfile": "^7.2.3",
|
||||||
"unified": "^10.1.2",
|
"unified": "^10.1.2",
|
||||||
"zod": "^3.22.2"
|
"zod": "^3.22.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 20.11.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue