From 39d17027214c196ae8a0703cf80b50cb47ab1a38 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Wed, 6 May 2026 13:44:44 -0700 Subject: [PATCH] chore: bump unit test node version (#1758) --- .github/workflows/tests-unit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 7aa037d..cf697d0 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -18,9 +18,9 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v5 - name: "Setup node" - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.4.0 with: - node-version: 20 + node-version: 24 - name: "Install dependencies" run: npm ci - name: "Run tests"