mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:30:04 +03:00
Strictly check for LTS versions in engines
* Also enforces a minimum version of 16.13.1 to avoid issues with lockfile v3: https://github.com/npm/cli/pull/3949
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=16.13.1 <17.0.0",
|
||||
"npm": ">=8.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
||||
Reference in New Issue
Block a user