bigcommerce / checkout-js

Optimized One-Page Checkout
MIT License
112 stars 342 forks source link

chore(other): CHECKOUT-8410 Update to use node 20 #1916

Closed animesh1987 closed 3 weeks ago

animesh1987 commented 3 weeks ago

What?

Update to use node 20.

Why?

Node 18 is already in maintenance mode, so it makes sense to move to next active version.

Testing / Proof

@bigcommerce/team-checkout @bigcommerce/team-payments

harnerdesigns commented 1 day ago

What version of Node 20 comes with NPM 9? nvm use 20 right now installs node v20.15.1 (npm v10.7.0)

Also the .nvmrc is now incorrect after this PR.