From 802d5200de46858eacbfbee055ddbda4629fc485 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Fri, 14 Aug 2026 10:42:59 +0530 Subject: [PATCH] Build/Test Tools: Remove the unused check-node-version dependency See the PR description for the full rationale and evidence. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e87e95546a204..985b1f6a61ccf 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "@wordpress/scripts": "33.0.0", "autoprefixer": "10.5.3", "chalk": "5.6.2", - "check-node-version": "4.2.1", "cssnano": "7.1.9", "dotenv": "17.4.2", "dotenv-expand": "13.0.0",