mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 07:13:13 +08:00
chore: add nvmrc file and add engines in package.json (#164)
This commit is contained in:
parent
72f5688194
commit
6afb91fa84
1
frontend/.nvmrc
Normal file
1
frontend/.nvmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
12.13.0
|
@ -9,6 +9,9 @@
|
|||||||
"build": "webpack --config=webpack.config.prod.js",
|
"build": "webpack --config=webpack.config.prod.js",
|
||||||
"prettify": "prettier --write ."
|
"prettify": "prettier --write ."
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.13.0"
|
||||||
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user