From 498714b0a0f908f23ee268d8f65049cf2921baab Mon Sep 17 00:00:00 2001 From: Devin Date: Fri, 26 Sep 2025 08:26:01 -0700 Subject: [PATCH] ci: revert workflows back to node20 Signed-off-by: Devin --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7ba719b..ec90245 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,9 +11,9 @@ jobs: name: Check dist/ directory uses: actions/reusable-workflows/.github/workflows/check-dist.yml@2826fb8353263a138210fc017301ce5767a9c0d4 with: - node-version: "24.x" + node-version: "20.x" test: name: Test uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@2826fb8353263a138210fc017301ce5767a9c0d4 with: - node-version: "24.x" + node-version: "20.x"