Merge pull request #2166 from balena-io/engines-less-than-13

Update supported Node.js version range in package.json (<13.0.0)
This commit is contained in:
bulldozer-balena[bot] 2021-01-21 17:11:55 +00:00 committed by GitHub
commit 731e50a757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@
"author": "Juan Cruz Viotti <juan@balena.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=10.20.0"
"node": ">=10.20.0 <13.0.0"
},
"husky": {
"hooks": {