feat: remove node 14 support (#2386)

This commit is contained in:
Caleb Kniffen
2023-07-20 14:33:42 -05:00
parent 9f8502d522
commit 30bbc3f837
8 changed files with 30 additions and 93 deletions

View File

@@ -33,6 +33,6 @@
},
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">= 10"
"node": ">= 16"
}
}