Skip to content

Update engines field to match @wordpress/scripts@31.4.0 requirements - #9

Draft
bph with Copilot wants to merge 2 commits into
sec-dependabotfrom
copilot/sub-pr-8
Draft

Update engines field to match @wordpress/scripts@31.4.0 requirements#9
bph with Copilot wants to merge 2 commits into
sec-dependabotfrom
copilot/sub-pr-8

Conversation

Copilot AI commented Feb 12, 2026

Copy link
Copy Markdown

The engines field in package.json was outdated after bumping @wordpress/scripts to ^31.4.0, which requires Node >=18.12.0 and npm >=8.19.2.

Changes

  • Updated engines.node from >=12.0.0 to >=18.12.0
  • Added engines.npm field with >=8.19.2

These match the actual runtime requirements enforced by the dependency lockfile.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Set node >=18.12.0 (from >=12.0.0)
- Add npm >=8.19.2
These match the requirements from @wordpress/scripts@31.4.0

Co-authored-by: bph <39980+bph@users.noreply.github.com>
Copilot AI changed the title [WIP] Address dependency updates feedback from PR #8 Update engines field to match @wordpress/scripts@31.4.0 requirements Feb 12, 2026
Copilot AI requested a review from bph February 12, 2026 10:40
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