Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
shenzhen
/
tjdify
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
web: requires NodeJs 18.17 at minimum for NextJs 14 (
#1974
)
Bowen Liang
1 year ago
parent
344821ed35
commit
e696b72f08
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
web/package.json
+ 3
- 0
web/package.json
View File
@@
-116
,
5
+
116
,
8
@@
"**/*.ts?(x)"
: [
"**/*.ts?(x)"
: [
"eslint --fix"
"eslint --fix"
]
]
+ },
+
"engines"
: {
+
"node"
:
">=18.17.0"
}
}
}
}