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/handbook/getting-started/installation.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,18 +262,18 @@ npm install --save-dev ^
262
262
@serenity-js/serenity-bdd
263
263
```
264
264
265
-
:::info Stay up to date
266
-
Please make sure to always update your Serenity/JS dependencies together and use the same version number for all the `@serenity-js/*` modules
267
-
your project depends on.
268
-
269
-
Learn more about [Serenity/JS versioning strategy](/releases/versioning/), see the [latest releases](/releases/) and learn how to [keep your Serenity/JS project up to date](/releases/updating-serenity-js).
270
-
:::
271
-
272
265
If your machine is part of a corporate network and doesn't have direct access to npmjs.com, you should be able to download
273
266
Serenity/JS (and other publicly available Node modules) from your company internal artifact registry:
274
267
-[Using NPM with JFrog Artifactory](https://www.jfrog.com/confluence/display/JFROG/npm+Registry)
275
268
-[Using NPM with Sonatype Nexus](https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/npm-registry/configuring-npm)
276
269
270
+
## Updating Serenity/JS modules
271
+
272
+
Please make sure to always keep your Serenity/JS dependencies up to date to benefit from the latest features, bug fixes, and security patches.
273
+
Serenity/JS follows semantic versioning to make sure that updates are as smooth as possible.
274
+
275
+
Learn more about [Serenity/JS versioning strategy](/releases/versioning/), see the [latest releases](/releases/) and learn how to [keep your Serenity/JS project up to date](/releases/updating-serenity-js).
276
+
277
277
## Configuring a test runner
278
278
279
279
Follow the below instructions to configure your chosen [test runner](/handbook/test-runners/):
0 commit comments