chore(build): Sets Node engine to version 16 (#569)

This commit is contained in:
Pedro Lamas 2022-01-22 23:26:03 +00:00 committed by GitHub
parent 8a9bc456b6
commit be0063e2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,5 +92,8 @@
"browserslist": [
"> 1%",
"last 2 versions"
]
],
"engines": {
"node": "^16"
}
}