chore: bump node engine requirement to node 16.11 (#6183)

This commit is contained in:
Thorsten Lünborg 2022-06-30 05:05:40 +02:00 committed by GitHub
parent 3ff83694f5
commit 2eb332258d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
]
},
"engines": {
"node": ">=16.5.0"
"node": ">=16.11.0"
},
"devDependencies": {
"@babel/types": "^7.12.0",