Skip to content

Commit

Permalink
[JS] chore: set recommended node version (#1344)
Browse files Browse the repository at this point in the history
## Linked issues

closes: #1196

## Details
- set node engine to 16 or 18 (recommended version on
[documentation](https://github.com/microsoft/teams-ai/blob/main/getting-started/QUICKSTART.md#prerequisite))
  • Loading branch information
nkrama-99 authored Feb 27, 2024
1 parent 5665963 commit 322581f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"teams",
"ai"
],
"engines": {
"node": "^16 || ^18"
},
"bugs": {
"url": "https://github.com/microsoft/teams-ai/issues"
},
Expand Down

0 comments on commit 322581f

Please sign in to comment.