Merge pull request #18162 from antobinary/export-annotations-engine

chore: allow newer nodejs to be used on bbb-export-annotations
This commit is contained in:
Anton Georgiev 2023-06-13 14:59:41 -04:00 committed by GitHub
commit 22336df9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@
"eslint-config-google": "^0.14.0"
},
"engines": {
"node": "^16.16.0",
"npm": "^8.5.0"
"node": ">=16",
"npm": ">=8.5"
}
},
"node_modules/@eslint/eslintrc": {

View File

@ -21,7 +21,7 @@
"eslint-config-google": "^0.14.0"
},
"engines": {
"node": "^16.16.0",
"npm": "^8.5.0"
"node": ">=16",
"npm": ">=8.5"
}
}