diff --git a/package.json b/package.json index 4beaee1d7..e45f741d6 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "custom_plugins": "NODE_ENV=test_with_custom_plugins PORT=8080 mocha --exit test/custom_plugins.js" }, "engines": { - "node": ">=14.0" + "node": ">=18.0" } }