From 394a5121049296127b96a1caf699cf60071a868c Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Fri, 27 Jun 2025 12:06:19 -0400 Subject: [PATCH] chore(ci): Update CI to Node.js v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59adebf80..b6bf0f612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [24.x] steps: # Setup