From 23a5b8047a3c88e6e484c4a919f7a574d719c3a2 Mon Sep 17 00:00:00 2001 From: Bohdan Shcherbyna Date: Mon, 18 Nov 2024 22:17:03 +0200 Subject: [PATCH] chore: 110 - document required node.js version --- package-lock.json | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index 6c345b70..de4d05f9 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 8a13d9aa..e5c8cf57 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",