From 401490f7acad4e4c6b3541176bcf42e628df26d8 Mon Sep 17 00:00:00 2001 From: Nicklas Steffens Date: Thu, 19 Mar 2026 14:48:12 -0400 Subject: [PATCH] chore: bump volta node pin to 24.14.0 Validated build, lint, and full test suite on Node 24. Storybook build requires --openssl-legacy-provider flag due to Storybook 6 / webpack 4 using MD4 hashing (separate upgrade needed). [sc-190048] Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e404419..b58033c 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "*.{hbs,json,md,yml}": "prettier --write" }, "volta": { - "node": "22.21.1", + "node": "24.14.0", "yarn": "1.22.10" }, "packageManager": "yarn@3.1.1"