Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin node versions in CircleCI runners. #2093

Merged
merged 5 commits into from
Jan 27, 2021
Merged

Conversation

evgenykochetkov
Copy link
Contributor

(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.

Copy link
Member

@knopki knopki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But there is nothing in README.md about nvm or --ignore-engines :)

Copy link
Member

@nkrkv nkrkv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

package.json Outdated Show resolved Hide resolved
@evgenykochetkov evgenykochetkov merged commit 4f38d45 into master Jan 27, 2021
@evgenykochetkov evgenykochetkov deleted the pin-node-version branch January 27, 2021 12:15
@brusherru brusherru mentioned this pull request Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants