Closed evgenykochetkov closed 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.
.nvmrc
engines
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.
(finishing what was started while discussing #2090)
Now the exact version of node that is shipped with electron is specified in
.nvmrc
andengines
field ofpackage.json
.In windows and macOS runners, that version is installed with nvm. For linux runners, Docker image is updated to include the required version.