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

Update CI pipeline to use node >=12 #265

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Zizaco
Copy link
Contributor

@Zizaco Zizaco commented Sep 8, 2020

Motivation:

This PR aims to update the CI pipeline to replace node v8 with v12.
Currently the build fails in node 8 due to the use of the spread operator (...) in cli-engine.

/home/travis/build/duyluonglc/lucid-mongo/node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^
SyntaxError: Unexpected token ...

@Zizaco Zizaco changed the title chore(build): removed not supported node version Update CI pipeline to use node >=12 Sep 8, 2020
by ensuring the order of the result before asserting
@coveralls
Copy link

coveralls commented Sep 8, 2020

Coverage Status

Coverage remained the same at 87.739% when pulling e771029 on Zizaco:fix-build into 6377e9d on duyluonglc:develop.

@Zizaco
Copy link
Contributor Author

Zizaco commented Sep 8, 2020

Hey @duyluonglc can you please check this out. With this PR all the test builds will go back to green ✔️

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