mirror of
https://github.com/tradingview/charting-library-examples.git
synced 2024-11-25 16:27:09 +08:00
Adding a min version for node
This commit is contained in:
parent
e0f5f3fc94
commit
028208de31
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user