Merge pull request #282 from CesiumGS/node-14

Require Node 14
This commit is contained in:
Sean Lilley 2023-01-27 08:45:11 -05:00 committed by GitHub
commit b135598dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
},
"main": "index.js",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",