Skip to content

Commit 6910b93

Browse files
Merge pull request #83 from scalekit-inc/saif-at-scalekit-patch-1
Add minimum requirements section
2 parents 46ac283 + dc0f077 commit 6910b93

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ yarn add @scalekit-sdk/node
3737
pnpm add @scalekit-sdk/node
3838
```
3939

40+
#### Minimum Requirements
41+
42+
The Scalekit Node.js SDK has been tested with and requires the following:
43+
44+
| Component | Version |
45+
| --------- | -------- |
46+
| Node.js | 16.0.0+ |
47+
48+
> **Note:** While Node.js 16.0.0 is the minimum requirement, we recommend using Node.js versions >=18 LTS for improved performance and long-term support.
49+
50+
4051
## Usage
4152

4253
Initialize the Scalekit client using the appropriate credentials. Refer code sample below.

0 commit comments

Comments
 (0)