From eadce3ca0a9bb08370cc729b1166b7d9c3ef1fa5 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 30 Jul 2026 12:14:15 -0400 Subject: [PATCH] chore: bump .node-version to 26.5.1 Latest stable Node; aligns the dev/CI pin (consumed by actions/setup-node via node-version-file) with the compat-matrix oracle pinned in external-tools.json, so the Node that builds perry and the Node it is measured against no longer skew by a patch. --- .node-version | 2 +- changelog.d/0000-node-version-26.5.1.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/0000-node-version-26.5.1.md diff --git a/.node-version b/.node-version index 3eb1386fcc..0a2925f0d9 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -26.5.0 +26.5.1 diff --git a/changelog.d/0000-node-version-26.5.1.md b/changelog.d/0000-node-version-26.5.1.md new file mode 100644 index 0000000000..1c1c3bb26d --- /dev/null +++ b/changelog.d/0000-node-version-26.5.1.md @@ -0,0 +1 @@ +Bump the pinned dev/CI Node to 26.5.1 (latest stable), aligning `.node-version` with the compat-matrix oracle in `external-tools.json`.