button-inc / digital_marketplace

The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
Apache License 2.0
0 stars 0 forks source link

Upgrade Node version to LTS #4

Closed kriscooke closed 2 years ago

kriscooke commented 2 years ago

See LTS support schedule for reference

wenzowski commented 2 years ago

probably do this before #6

BryanGK commented 2 years ago

From the node docs Link:

After 6 months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use. LTS release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months

With this info I think we should go to Node 16 as our version for this project as Node 17 will likely be unsupported as early as next May.