You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build the Linux binary using same major version of Node as the Electron itself is using (8), but Windows and Mac CIs are still using Node 6, which leads to wrong version of Node-sass included. This causes problems like #1387 and cypress-io/cypress-vue-unit-test#18
Use Node 8 on AppVeyor CI
Use Node 8 on Buildkite CI
The text was updated successfully, but these errors were encountered:
* ci: use Node 8.2.1 to build binary on Windows CI #1390
* use Node 8.2.1 on Mac buildkite
* add comment
* source bashrc
* print home folder
* do not source bashrc
* install nvm using curl
* back to nvm using bash_profile
* hmm, maybe it is using different shell
* hmm, login into bash
* remove nvm commands
* chore: add script to check Node version against .node-version
We build the Linux binary using same major version of Node as the Electron itself is using (8), but Windows and Mac CIs are still using Node 6, which leads to wrong version of Node-sass included. This causes problems like #1387 and cypress-io/cypress-vue-unit-test#18
The text was updated successfully, but these errors were encountered: