aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 73f1bc5..a2df7e7 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,9 @@
"name": "frontend",
"private": true,
"version": "0.0.0",
+ "engines": {
+ "node": ">=20.0.0"
+ },
"type": "module",
"scripts": {
"dev": "vite",