xodio / xod

XOD IDE
https://xod.io
GNU Affero General Public License v3.0
892 stars 119 forks source link

Pin node versions in CircleCI runners. #2093

Closed evgenykochetkov closed 3 years ago

evgenykochetkov commented 3 years ago

(finishing what was started while discussing #2090)

Now the exact version of node that is shipped with electron is specified in .nvmrc and engines field of package.json.

In windows and macOS runners, that version is installed with nvm. For linux runners, Docker image is updated to include the required version.