From fa05393b2c0ce31fa41115df78ddb960bf633e8c Mon Sep 17 00:00:00 2001 From: Chris Harrison <36608309+chris3ware@users.noreply.github.com> Date: Fri, 4 Sep 2026 07:25:24 +0100 Subject: [PATCH] feat(node): update known good version cspell requires node 22.18.0 to run. --- runtimes/node/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/node/plugin.yaml b/runtimes/node/plugin.yaml index a783ff2a8..df58fc968 100644 --- a/runtimes/node/plugin.yaml +++ b/runtimes/node/plugin.yaml @@ -59,7 +59,7 @@ runtimes: - name: NODE_OPTIONS value: ${env.NODE_OPTIONS} optional: true - known_good_version: 22.16.0 + known_good_version: 22.18.0 version_commands: - run: node --version parse_regex: ${semver}