Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b2b3db3

Browse files
authored
Set node engine dependency (#1173)
1 parent ecafb81 commit b2b3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"bugs": "https://github.com/microsoft/botframework-cli",
1010
"engines": {
11-
"node": ">=8.0.0"
11+
"node": ">=8.0.0 <14"
1212
},
1313
"files": [
1414
"/bin",

0 commit comments

Comments
 (0)