Skip to content

Commit

Permalink
remove node versions (#5691)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft authored Mar 11, 2025
1 parent ee694fe commit 4d9bb38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can find the completed code for this quickstart here: [Get started with UI C
## Prerequisites

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (Node 18.0.0 and above).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions.

## Setting Up

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/Composites/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can find the completed code for this quickstart here [ui-library-quickstart-
## Prerequisites

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (Node 18.0.0 and above).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions.
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp).
- An identity with both VoIP and Chat scopes. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/Setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Meta } from '@storybook/addon-docs';
Before you get started make sure you have all the following prerequisites set up and ready to go.

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (Node 18.0.0 and above).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions.
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp).
- An identity with both VoIP and Chat scopes. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/StatefulClient/Call/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can find the completed code for this quickstart here: [Get started with Call
## Prerequisites

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (Node 18.0.0 and above).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions.
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp).
- An identity with Call scope. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/StatefulClient/Chat/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can find the completed code for this quickstart here: [Get started with Chat
## Prerequisites

- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (Node 18.0.0 and above).
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions.
- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp).
- An identity with Chat scope. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity).

Expand Down

0 comments on commit 4d9bb38

Please sign in to comment.