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

Downgrade lint-staged to latest 8 release to not require node >= 8.12 #1558

Merged
merged 1 commit into from Aug 8, 2019
Merged

Downgrade lint-staged to latest 8 release to not require node >= 8.12 #1558

merged 1 commit into from Aug 8, 2019

Commits on Aug 8, 2019

  1. Downgrade lint-staged to latest 8 release to not require node >= 8.12

    lint-staged depends on the execa package in version 2 which requires
    node in version >= 8.12 (sindresorhus/execa#319).
    Because we only need lint-stage for git hooks we should not require this
    node version.
    bjoernricks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    3ea77af View commit details
    Browse the repository at this point in the history