Skip to content

refactor(@angular/build): remove Node.js v20 conditional file copying logic#32569

Merged
clydin merged 1 commit intoangular:mainfrom
clydin:application/remove-node20-workarounds
Feb 24, 2026
Merged

refactor(@angular/build): remove Node.js v20 conditional file copying logic#32569
clydin merged 1 commit intoangular:mainfrom
clydin:application/remove-node20-workarounds

Conversation

@clydin
Copy link
Copy Markdown
Member

@clydin clydin commented Feb 24, 2026

The Node.js v20 fs.copyFile fallback has been removed in favor of fs.cp. This simplifies the file copying logic within the application builder, as fs.cp is now the standard for all supported Node.js versions. The related e2e test has also been updated to run unconditionally.

… logic

The Node.js v20 `fs.copyFile` fallback has been removed in favor of `fs.cp`. This simplifies the file copying logic within the application builder, as `fs.cp` is now the standard for all supported Node.js versions. The related e2e test has also been updated to run unconditionally.
@clydin clydin added the target: major This PR is targeted for the next major release label Feb 24, 2026
@clydin clydin added the action: merge The PR is ready for merge by the caretaker label Feb 24, 2026
@clydin clydin merged commit 6584f5f into angular:main Feb 24, 2026
37 checks passed
@clydin
Copy link
Copy Markdown
Member Author

clydin commented Feb 24, 2026

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

@clydin clydin deleted the application/remove-node20-workarounds branch February 24, 2026 21:52
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants