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: src/docs/releases/index.mdx
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,23 @@ sidebar_position: 1
7
7
8
8
```mdx-code-block
9
9
import PackageCompatibilityMatrix from '@site/src/components/PackageCompatibilityMatrix'
10
+
import SupportedNodeVersions from '@site/src/components/SupportedNodeVersions'
10
11
```
11
12
13
+
## Node.js compatibility
14
+
15
+
To help ensure optimal stability of your test scenarios, you should use a recent [Long-Term Support (LTS)](https://github.com/nodejs/Release) version of the [Node.js platform](https://nodejs.org/en/download/).
16
+
17
+
Serenity/JS is tested with the latest versions of Node.js <strong><SupportedNodeVersionsconjunction="and" /></strong>. While non-LTS versions of Node.js may work, they are not officially supported and you should avoid using them in production environments.
18
+
19
+
## Serenity/JS compatibility
20
+
12
21
Serenity/JS helps you integrate your test automation framework with your favourite tools and libraries.
13
22
14
23
To make sure your Serenity/JS setup is up to date and you're using the right versions of the Serenity/JS modules, check the compatibility matrix below.
15
24
16
25
<PackageCompatibilityMatrix />
17
26
18
-
:::info Use a bot to update your dependencies automatically
19
-
Use a dependency management bot like [Renovate](https://docs.renovatebot.com/) or [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
20
-
to stay up-to-date with the new features, bug fixes, and security patches.
21
-
:::
27
+
## Updating Serenity/JS
28
+
29
+
To learn how to keep your Serenity/JS project up-to-date, check out the [Updating Serenity/JS](/releases/updating-serenity-js/) guide.
Copy file name to clipboardExpand all lines: src/docs/releases/updating-serenity-js.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Updating Serenity/JS
4
4
---
5
5
6
6
7
-
Staying up-to-date with the latest version of Serenity/JS is essential to ensure your test automation framework is equipped with the latest features,
7
+
Staying up-to-date with the [latest version of Serenity/JS](/releases/) is essential to ensure your test automation framework is equipped with the latest features,
8
8
performance improvements, and critical security patches.
9
9
Regular updates help avoid technical debt, reduce the risk of using deprecated features, and ensure compatibility with the latest tools and platforms.
0 commit comments