Skip to content

Commit a76f2f9

Browse files
committed
fix(autocomplete): set engines.node to correct value in package.json
1 parent 5ff7e43 commit a76f2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/mongodb-js/mongosh"
1515
},
1616
"engines": {
17-
"node": "^12.4.0"
17+
"node": ">=12.4.0"
1818
},
1919
"scripts": {
2020
"test": "mocha --timeout 15000 --colors -r ts-node/register \"./*.spec.ts\"",

0 commit comments

Comments
 (0)