Update supported Node.js version range in package.json (<13.0.0)

Change-type: patch
This commit is contained in:
Paulo Castro 2021-01-21 15:58:08 +00:00
parent 31281549a6
commit b363d28664

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": {