diff --git a/package-lock.json b/package-lock.json index 6c345b708..c2c84beca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,6 +59,9 @@ "stylelint-prettier": "^5.0.2", "typescript": "^5.6.2", "vitest": "^2.0.5" + }, + "engines": { + "node": ">=20.x" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index 8a13d9aa6..e5c8cf57d 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "precommit": "npx lint-staged", "prepare": "husky" }, + "engines": { + "node": ">=20.x" + }, "dependencies": { "class-variance-authority": "^0.7.0", "classnames": "^2.5.1",