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

Drop node 8 #83

Merged
merged 3 commits into from
Jun 24, 2020
Merged

Drop node 8 #83

merged 3 commits into from
Jun 24, 2020

Conversation

simonihmig
Copy link
Contributor

@simonihmig simonihmig commented Jun 12, 2020

Supercedes #76

@rwjblue I was able to figure out what was causing yarn to fail in tests. In a spike I added { stdio: 'inherit' } to the execa call to show the output of running yarn, which showed that apparently the previously symlinked node_modules folders were causing some trouble. See the CI log output.

This PR takes your previous commit, and adds one to change the order of running yarn before symlinking.

@rwjblue
Copy link
Owner

rwjblue commented Jun 24, 2020

In a spike I added { stdio: 'inherit' } to the execa call to show the output of running yarn, which showed that apparently the previously symlinked node_modules folders were causing some trouble. See the CI log output.

ZOMG, thank you!!!!!

@@ -34,16 +32,14 @@ jobs:

strategy:
matrix:
node: ['^8.12.0', '10', '12']
node: ['10', '12', '13']
Copy link
Owner

Choose a reason for hiding this comment

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

Can you add 14?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure: #87

@rwjblue rwjblue merged commit b3970c9 into rwjblue:master Jun 24, 2020
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.

2 participants