Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 18.14.0 and 18.14.1 contain a breaking change #7174

Closed
10 tasks done
mikeharder opened this issue Feb 22, 2023 · 2 comments
Closed
10 tasks done

Node 18.14.0 and 18.14.1 contain a breaking change #7174

mikeharder opened this issue Feb 22, 2023 · 2 comments
Labels
awaiting-deployment Code complete; awaiting deployment and/or deployment in progress bug report OS: macOS OS: Ubuntu OS: Windows

Comments

@mikeharder
Copy link

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

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

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 to 18.14.0 or 18.14.1 which can break existing builds

Repro steps

Run a pipeline that is impacted by nodejs/node#46542

@mikhailkoliada mikhailkoliada added awaiting-deployment Code complete; awaiting deployment and/or deployment in progress OS: macOS OS: Ubuntu OS: Windows and removed needs triage labels Feb 22, 2023
@mikhailkoliada
Copy link
Contributor

Hello, minor versions are being updated automatically and will be included in the next release.

@mikhailkoliada
Copy link
Contributor

deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-deployment Code complete; awaiting deployment and/or deployment in progress bug report OS: macOS OS: Ubuntu OS: Windows
Projects
None yet
Development

No branches or pull requests

2 participants