Skip to content
Snippets Groups Projects
Commit b5994572 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: revert usage of Node v16, v10 is still OK

parent 885fb1eb
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "duniter", "name": "duniter",
"version": "1.8.3", "version": "1.8.3",
"engines": { "engines": {
"node": ">= 16 && < 17", "node": ">= 10.19",
"npm": ">= 6.13", "npm": ">= 6.13",
"yarn": "YARN NO LONGER USED - use npm instead." "yarn": "YARN NO LONGER USED - use npm instead."
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment