Skip to content

Commit a9bcabf

Browse files
committed
LTS
1 parent 3b71b9f commit a9bcabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/includes/quickstarts/semantic-ranker-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this quickstart, you use an IDE and the [**@azure/search-documents**](https:/
1616

1717
The quickstart assumes the following is available on your computer:
1818
- [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
19-
- [Node.js](https://nodejs.org/) (version 14.x or later) for running the sample.
19+
- [Node.js](https://nodejs.org/) (LTS) for running the sample.
2020

2121
> [!TIP]
2222
> You can [download the source code](https://github.com/Azure-Samples/azure-search-javascript-samples/tree/main/quickstart-semantic-ranking-js) to start with a finished project or follow these steps to create your own.

articles/search/includes/quickstarts/semantic-ranker-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this quickstart, you use an IDE and the [**@azure/search-documents**](https:/
1616

1717
The quickstart assumes the following is available on your computer:
1818
- [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
19-
- [Node.js](https://nodejs.org/) (version 14.x or later) for running the sample.
19+
- [Node.js](https://nodejs.org/) (LTS) for running the sample.
2020
- [TypeScript](https://www.typescriptlang.org/) for writing the sample code.
2121

2222
> [!TIP]

0 commit comments

Comments
 (0)