Skip to content

chore: add dependency conflict detection workflow - #6246

Open
Vessel9817 wants to merge 1 commit into
mochajs:mainfrom
Vessel9817:dep-conflict-ci
Open

chore: add dependency conflict detection workflow#6246
Vessel9817 wants to merge 1 commit into
mochajs:mainfrom
Vessel9817:dep-conflict-ci

Conversation

@Vessel9817

Copy link
Copy Markdown

PR Checklist

Overview

Adds a workflow that performs a dry run of installing dependencies and devDependencies. By using npm i instead of npm ci, this workflow will check package-lock.json and fail if there's a dependency conflict.

Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com>
@mark-wiemer mark-wiemer added this to Mocha Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

🛠️ Repo: Ensure npm i works for all supported Node versions, including devDeps

2 participants