MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
27 stars 23 forks source link

Bump the minimum Node.js version to v16 and test v20 #187

Closed Gudahtt closed 1 year ago

Gudahtt commented 1 year ago

The minimum Node.js version has been updated to v16. CI is now testing v20 as well rather than v19, because v19 is now in maintenance mode and v20 is the current release.

Examples

We use v16 in a few places (extension and mobile, and a few libraries). This is the first place v20 has been used to my knowledge, but I doubt setting up an example ahead of time would teach is much in this case.