chore: remove nodejs engine restriction

This commit is contained in:
Juan Picado 2024-03-24 12:27:46 +01:00
parent c20adc8ae5
commit 542f9d3760
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@verdaccio/search-indexer': patch
---
fix: remove node engine restriction

View File

@ -26,7 +26,7 @@
"verdaccio" "verdaccio"
], ],
"engines": { "engines": {
"node": ">=18" "node": ">=12"
}, },
"scripts": { "scripts": {
"clean": "rimraf ./build", "clean": "rimraf ./build",