-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
update node version support in package.json #2998
Conversation
Per our discussion last night, can we add a table to the readme (similar msal-angular) where we detailed which versions of Node are supported in which versions of MSAL Node? I think our policy should be when a major version of MSAL Node is released as stable, it should support all LTS and active versions (today that is 10-15, as done in this PR), drop support for any previously supported Node versions that have reached end of life, and should not support prerelease/preview/pending versions until they are stable, as denoted here: https://nodejs.org/en/about/releases/ |
Co-authored-by: Jason Nutter <janutter@microsoft.com>
Co-authored-by: Jason Nutter <janutter@microsoft.com>
Co-authored-by: Jason Nutter <janutter@microsoft.com>
Co-authored-by: Jason Nutter <janutter@microsoft.com>
Co-authored-by: Jason Nutter <janutter@microsoft.com>
Introducing "engines" in
package.json
formsal-node
to updateNode.js
version support.