Skip to content

Align CircleCI Node runtime with Mocha 11 requirements - #126

Closed
RadValentin with Copilot wants to merge 1 commit into
dependabot/npm_and_yarn/multi-c8d457864bfrom
copilot/upgrade-to-mocha-11-7-5
Closed

Align CircleCI Node runtime with Mocha 11 requirements#126
RadValentin with Copilot wants to merge 1 commit into
dependabot/npm_and_yarn/multi-c8d457864bfrom
copilot/upgrade-to-mocha-11-7-5

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Upgrading mocha from 9.2.2 to 11.7.5 exposed a CI/runtime mismatch: the test job was still pinned to Node 15.1, which is below Mocha 11’s supported range. This PR updates CI to run tests on a compatible Node version.

  • CI runtime update

    • Updated .circleci/config.yml test executor from Node 15.1 to 18.20.
    • Keeps the existing CircleCI job shape and test commands unchanged; only the runtime floor is raised to match the dependency upgrade.
  • Scope

    • No application/test logic changes.
    • No dependency graph changes beyond the existing Dependabot update.
# .circleci/config.yml
workflows:
  sample:
    jobs:
      - node/test:
-          version: '15.1'
+          version: '18.20'

Co-authored-by: RadValentin <3300066+RadValentin@users.noreply.github.com>
@RadValentin
RadValentin marked this pull request as ready for review August 25, 2026 15:33
@RadValentin
RadValentin deleted the copilot/upgrade-to-mocha-11-7-5 branch August 25, 2026 15:36
An error occurred while trying to automatically change base from dependabot/npm_and_yarn/multi-c8d457864b to master August 25, 2026 15:42
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