From f6bf0f68dea6dadcad97e4c974dbc172b309c856 Mon Sep 17 00:00:00 2001
From: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
Date: Tue, 5 Dec 2023 12:41:35 +0000
Subject: [PATCH] CI: use Node.js `21.x` (#3399)

21.3 had a bug, but 21.4 should be good.
---
 .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 7015cd0557..611d1709db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: '21.2.x'
+          node-version: '21.x'
           check-latest: true
       - uses: actions/cache@v3
         with: