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

Fresh Yarn install (yarn.lock update / upgrade) BREAKS NODEJS 6 support #231

Merged
merged 6 commits into from
Jun 21, 2019

Conversation

danielweck
Copy link
Member

(rm -rf node_modules && yarn) ... basically consists in yarn upgrade (semantic versioning minor updates, reflected in yarn.lock)

I have been using the latest NPM packages (within the original semver range) for all my builds and tests. So this should be safe to merge :)

Thanks!

…ists in yarn upgrade (semantic versioning minor updates)
@danielweck danielweck requested a review from rdeltour May 5, 2019 20:15
@danielweck
Copy link
Member Author

danielweck commented May 5, 2019

PS: yarn 1.16 on MacOS

@danielweck
Copy link
Member Author

Note that this seems to break Node 6 support. See:
#232

@danielweck danielweck changed the title Fresh Yarn install (yarn.lock update / upgrade) Fresh Yarn install (yarn.lock update / upgrade) BREAKS NODEJS 6 support Jun 13, 2019
@danielweck
Copy link
Member Author

@rdeltour the TravisCI build now passes https://travis-ci.org/daisy/ace/builds/548530808
Shall we merge this update of the package dependency tree into the main code trunk? (note that this sets NodeJS min runtime from v6 to v8)

@rdeltour rdeltour merged commit f2d64b0 into master Jun 21, 2019
@danielweck danielweck deleted the fresh-yarn-install branch June 21, 2019 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants