mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-21 09:39:34 +00:00
Require nodejs 20.0 or later
This commit is contained in:
parent
74cc8629f6
commit
8c22ec46bc
4 changed files with 8 additions and 5 deletions
|
|
@ -29,6 +29,9 @@
|
|||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@algolia/autocomplete-js": "^1.17.0",
|
||||
"@algolia/autocomplete-plugin-recent-searches": "^1.17.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue