From 1ac935220655292a7b5230847803dd67bd28b241 Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Mon, 25 May 2026 12:14:51 -0700 Subject: [PATCH] Revert "chore: bump unit test node version (#1758)" This reverts commit 39d17027214c196ae8a0703cf80b50cb47ab1a38. --- .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 cf697d0..7aa037d 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@v6.4.0 + uses: actions/setup-node@v4.4.0 with: - node-version: 24 + node-version: 20 - name: "Install dependencies" run: npm ci - name: "Run tests"