MetaMask / metamask-module-template

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

Run build and lint steps in CI on `.nvmrc` Node version #230

Closed Mrtenz closed 10 months ago

Mrtenz commented 10 months ago

This changes the build and lint steps in CI to only run on the .nvmrc version. The Node version for these steps shouldn't matter. The test step is still run on all supported Node versions.

We made this change in a few other repositories already, but it was never applied to the module template.