-
Notifications
You must be signed in to change notification settings - Fork 399
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
Drop Node 14 #1725
Comments
Hi - not sure if this was a deliberate choice but this PR has made v10.6.0 incompatible with Node 14 already (it may or may not actually work - but npm install fails when using The problem is that updating to Edit: I just noticed the particular irony in this - the release notes for 10.6.0 say:
but in fact due to this issue node 14 is still unsupported. It would appear this issue has actually been around since the security-agent package was added in 10.3.0, so perhaps you are already aware of it. |
Hi @pjrharley thanks for bringing this to our attention. A different team maintains the security agent so we were not aware. I logged newrelic/csec-node-agent#74 so you can track the work |
@pjrharley the fix for security agent relying on a package that doesn't support Node.js 14 has been released in 10.6.2 |
Description
As part of supporting Node 20 we need to drop support for Node 14
Acceptance Criteria
The text was updated successfully, but these errors were encountered: