From 25a91a611ce03deccc31df87bef1fdf98110c029 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 3 Mar 2026 17:55:54 -0800 Subject: [PATCH] Run non-parallel tests in Node 24 too, not just parallel --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea7272bb..b5c29f39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,6 +134,11 @@ workflows: - build: executor: node20 name: build_node_20 + - test_node: + executor: node24 + name: test_node_24 + requires: + - build_node_24 - test_node: executor: node22 name: test_node_22