noctjs / ecs-benchmark

ECS benchmark comparison
MIT License
110 stars 23 forks source link

Specify node version (nvm) #22

Closed ddmills closed 3 years ago

ddmills commented 3 years ago

Specify the version of node using .nvmrc file.

NVM is the most popular node version manager tool. By adding an .nvmrc file, anyone using nvm can quickly identify and switch to the correct version of node for this project

ddmills commented 3 years ago

The odd numbers are experimental branches and even numbers are LTS, so 14 is LTS. But as this is a benchmark i agree that having the most up to date v8 makes a lot of sense 👍

ooflorent commented 3 years ago

Thanks!