set engines version to >=14 (#1178)

* add `16.x` to `engines`

node.16 is LTS now

* Update package.json

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Alex Johansson 2021-11-16 01:20:12 +01:00 committed by GitHub
parent 0a34512e3b
commit 7de35dc4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
"check-changed-files": "yarn ts-node scripts/ts-check-changed-files.ts" "check-changed-files": "yarn ts-node scripts/ts-check-changed-files.ts"
}, },
"engines": { "engines": {
"node": "14.x", "node": ">=14.x",
"yarn": ">=1.19.0 < 2.0.0" "yarn": ">=1.19.0 < 2.0.0"
}, },
"dependencies": { "dependencies": {