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

Chore: Test on Node.js 15 #13844

Merged
merged 1 commit into from Nov 18, 2020
Merged

Chore: Test on Node.js 15 #13844

merged 1 commit into from Nov 18, 2020

Commits on Nov 15, 2020

  1. Chore: Test on Node.js 15

    Running `npm install` in the repository with Node.js 15 currently
    requires the `--legacy-peer-deps` requirement because npm is resolving
    `eslint-plugin-eslint-plugin`'s `eslint` peer dependency version as
    `undefined`. We can figure out later if that's an issue on our end or
    npm's, but in the meantime this will let us run CI on Node.js 15. I'm
    hoping this is a temporary situation so didn't update the contributing
    documentation to mention the flag.
    btmills committed Nov 15, 2020
    Copy the full SHA
    cfa9128 View commit details
    Browse the repository at this point in the history