Skip to content

build: update build-tooling package and enable Node.js 18 tests#25390

Merged
clydin merged 1 commit intoangular:mainfrom
alan-agius4:node-18-tests
Jun 16, 2023
Merged

build: update build-tooling package and enable Node.js 18 tests#25390
clydin merged 1 commit intoangular:mainfrom
alan-agius4:node-18-tests

Conversation

@alan-agius4
Copy link
Copy Markdown
Collaborator

This commit updates the build-tooling package which contains fixes for RBE on Node.js 18. It also enables the Node.js 18 test suit.

@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Jun 16, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jun 16, 2023
@alan-agius4 alan-agius4 force-pushed the node-18-tests branch 3 times, most recently from 33ede46 to 7fba713 Compare June 16, 2023 10:39
expect(output.success).toBe(true);

const response = await fetch(`http://${output.address}:${output.port}/bundle.js`);
const response = await fetch(`http://localhost:${output.port}/bundle.js`);
Copy link
Copy Markdown
Collaborator Author

@alan-agius4 alan-agius4 Jun 16, 2023

Choose a reason for hiding this comment

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

This is needed as on Node 18 .address this can be an IP v6 example ::1.

@alan-agius4 alan-agius4 marked this pull request as ready for review June 16, 2023 10:46
@alan-agius4 alan-agius4 requested a review from devversion June 16, 2023 10:46
@alan-agius4 alan-agius4 added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 16, 2023
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release and removed action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Jun 16, 2023
This commit updates the build-tooling package which contains fixes for RBE on Node.js 18. It also enables the Node.js 18 test suit.
@clydin clydin merged commit aa0370a into angular:main Jun 16, 2023
@alan-agius4 alan-agius4 deleted the node-18-tests branch June 16, 2023 16:25
@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 Jul 17, 2023
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: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants