fix(setup): require Node 22.12 for sanitize-html

This commit is contained in:
Paul Nothaft
2026-09-07 09:00:02 +02:00
parent 0f426ef699
commit 8421b7b668
3 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
"supertest": "^6.3.3"
},
"engines": {
"node": "^20.19.0 || >=22"
"node": ">=22.12.0"
}
},
"node_modules/@apidevtools/json-schema-ref-parser": {