MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Lower minimum Node version to 12 #125

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

This PR lowers the minimum Node version to 12.11.0 in the manifest engines field, and sets the version in the .nvmrc to v12.

We increased the minimum Node version to 14 in #77, unfortunately for unknown reasons (:spiderman-pointing-gif:). Ideally, we keep it working with all current LTS versions. Since worker_threads first became stable in 12.11.0, we can't go below that, but that's fine.