Skip to content

Commit 9ee1e20

Browse files
committed
docs(website): extracted a section on updating Serenity/JS modules
1 parent d52ee71 commit 9ee1e20

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/docs/handbook/getting-started/installation.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,18 +262,18 @@ npm install --save-dev ^
262262
@serenity-js/serenity-bdd
263263
```
264264

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-
272265
If your machine is part of a corporate network and doesn't have direct access to npmjs.com, you should be able to download
273266
Serenity/JS (and other publicly available Node modules) from your company internal artifact registry:
274267
- [Using NPM with JFrog Artifactory](https://www.jfrog.com/confluence/display/JFROG/npm+Registry)
275268
- [Using NPM with Sonatype Nexus](https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/npm-registry/configuring-npm)
276269

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+
277277
## Configuring a test runner
278278

279279
Follow the below instructions to configure your chosen [test runner](/handbook/test-runners/):

0 commit comments

Comments
 (0)