mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix: node engine version requirement in package.json files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
"node": ">=18.0.0 <21.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",
|
||||
|
||||
Reference in New Issue
Block a user