Adding a min version for node

This commit is contained in:
Romain Francois 2024-08-28 07:11:11 +01:00
parent e0f5f3fc94
commit 028208de31

View File

@ -2,6 +2,9 @@
"name": "charting-library-nextjs",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",