Skip to content

Commit

Permalink
fix: set engine to Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 11, 2024
1 parent fd7d181 commit 9a6d5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 9a6d5b3

Please sign in to comment.