Skip to content

docs: fix supported Node.js version in installation prerequisites - #70075

Merged
thePunderWoman merged 1 commit into
angular:mainfrom
lazerg:fix/issue-70074-node-version-prerequisite
Aug 4, 2026
Merged

docs: fix supported Node.js version in installation prerequisites#70075
thePunderWoman merged 1 commit into
angular:mainfrom
lazerg:fix/issue-70074-node-version-prerequisite

Conversation

@lazerg

@lazerg lazerg commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

The installation prerequisites still list Node.js v20.19.0, which was the minimum for v21. Angular 22 requires ^22.22.3 || ^24.15.0 || >=26.0.0, so the page contradicts the compatibility table it links to.

Issue Number: #70074

What is the new behavior?

The prerequisite points at v22.22.3, matching the version compatibility table.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Fixes #70074

@pullapprove
pullapprove Bot requested a review from josephperrott August 4, 2026 16:45
@angular-robot angular-robot Bot added the area: docs Related to the documentation label Aug 4, 2026
@ngbot ngbot Bot added this to the Backlog milestone Aug 4, 2026

@alan-agius4 alan-agius4 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for this.

@alan-agius4
alan-agius4 removed the request for review from josephperrott August 4, 2026 16:45
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Aug 4, 2026
@thePunderWoman
thePunderWoman merged commit 96b8042 into angular:main Aug 4, 2026
28 checks passed
@thePunderWoman

Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation requirements show incorrect nodejs support version

3 participants