v13 release: Drop support for Node.js v10 (package.json engines.node)

Change-type: major
This commit is contained in:
Paulo Castro 2021-12-17 12:19:46 +00:00
parent 4faa5d7f57
commit 632322e3c2

View File

@ -90,7 +90,7 @@
"author": "Balena Inc. (https://balena.io/)",
"license": "Apache-2.0",
"engines": {
"node": ">=10.20.0 <13.0.0",
"node": ">=12.0.0 <13.0.0",
"npm": "<7.0.0"
},
"husky": {