mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: set engine to Node.js 14
This commit is contained in:
parent
fd7d181159
commit
9a6d5b3d44
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
|||
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.18"
|
||||
"node": ">=14"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue