Node 18.14.0 and 18.14.1 contain a breaking change #7174
Labels
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
bug report
OS: macOS
OS: Ubuntu
OS: Windows
Description
Node 18.14.0 and 18.14.1 include npm 9.3.1, and npm 9.3.1 contains a breaking change (nodejs/node#46542) that seems to be impacting many users.
Node 18.14.2 with npm 9.5.0 was released today and fixes the breaking change.
I think the best course of action would have been to pin Node to 18.13.0 until the breaking change was fixed.
However, since agent images with Node 18.14.0 and 18.14.1 have already been released, I think the next best action would be to upgrade to Node 18.14.2 as soon as possible.
Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-20.04
Version: 20230217.1
Build Link: https://dev.azure.com/azure-sdk/public/_build/results?buildId=2206943&view=logs&j=b70e5e73-bbb6-5567-0939-8415943fadb9&t=2102385d-609d-5572-64d2-932661c7902f&l=30
Is it regression?
Yes, from 20230122.1 which included Node 18.13.0
Expected behavior
No breaking changes when using Node version
18.x
Actual behavior
Node version
18.x
can map to18.14.0
or18.14.1
which can break existing buildsRepro steps
Run a pipeline that is impacted by nodejs/node#46542
The text was updated successfully, but these errors were encountered: