nikwen

#52286: chore: bump Node.js macOS deployment target to 13.0

Merged
Created: Jul 8, 2026, 8:18:42 AM
Merged: Jul 8, 2026, 10:37:16 AM
2 comments
Target: main

Description of Change

Support for macOS 12 was dropped in #51967.

We can thus raise the deployment target for Node.js, too.

Checklist

Release Notes

Notes: none

Backports

44-x-y
Merged
PR Number
#52287
Merged At
Jul 8, 2026, 11:20:20 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron