You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,17 @@ yarn add @scalekit-sdk/node
37
37
pnpm add @scalekit-sdk/node
38
38
```
39
39
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
+
40
51
## Usage
41
52
42
53
Initialize the Scalekit client using the appropriate credentials. Refer code sample below.
0 commit comments