Skip to content

Fix npm install failure: downgrade ESLint to v9 for eslint-plugin-github compatibility#186

Closed
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/eslint-10.0.0from
copilot/fix-github-actions-lint
Closed

Fix npm install failure: downgrade ESLint to v9 for eslint-plugin-github compatibility#186
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/eslint-10.0.0from
copilot/fix-github-actions-lint

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

GitHub Actions workflow failing on npm install due to peer dependency conflict. eslint-plugin-github@6.0.0 requires ESLint 8 or 9, but ESLint 10 was recently released.

Changes

  • Downgrade ESLint from ^10.0.0 to ^9.39.2 in package.json
  • Update package-lock.json with resolved dependencies

ESLint 10 support will need to wait for a future release of eslint-plugin-github.

Original prompt

Fix the failing GitHub Actions workflow lint
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 62930708795
Job URL: https://github.com/github/markdownlint-github/actions/runs/21813633350/job/62930708795


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: lindseywild <35239154+lindseywild@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions workflow lint Fix npm install failure: downgrade ESLint to v9 for eslint-plugin-github compatibility Feb 9, 2026
Copilot AI requested a review from lindseywild February 9, 2026 16:08
@lindseywild lindseywild closed this Feb 9, 2026
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