diff --git a/package.json b/package.json index dff0bfdc..05375587 100644 --- a/package.json +++ b/package.json @@ -129,5 +129,6 @@ "*.{html,css,scss,stylus,js,ts,tsx,json,yml,md}": [ "prettier --write" ] - } + }, + "engines": {"node": "18"} }