-
Notifications
You must be signed in to change notification settings - Fork 3
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 traviscs yaml for greenkeeper #24
Update traviscs yaml for greenkeeper #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are going to need to drop node 4 support for this to work since the package uses ES6 syntax.
package.json
Outdated
@@ -33,7 +33,7 @@ | |||
"@retailmenot/core-ui-gitignore": "^1.0.1", | |||
"eslint": "^4.19.1", | |||
"mock-fs": "^4.5.0", | |||
"tap": "^11.1.5" | |||
"tap": "^12.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are going to need to update both tap and mock-fs to new versions to make this work.
There is also an outstanding issue with mock-fs that makes it not work past node 10.4.1. tschaub/mock-fs#238
No description provided.