mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
09efe69e01
Co-authored-by: Rhys Arkins <rhys@arkins.net>
11 lines
505 B
Markdown
11 lines
505 B
Markdown
Renovate's Node.js versioning is a wrapper around npm versioning.
|
|
But Renovate removes any `v` prefixes from semantic versions when replacing.
|
|
|
|
Its primary purpose is to add Node.js LTS awareness, e.g.:
|
|
|
|
- Odd releases are unstable
|
|
- Even releases do not reach stability (LTS) immediately
|
|
|
|
You can _not_ use `node` versioning to replace `docker` versioning if you are using node tags with suffixes like `-alpine`.
|
|
This is because npm versioning treats these suffixes as implying pre-releases/instability.
|