From 4f3b90ec704be86c956c0bb174eae4d3d52f5256 Mon Sep 17 00:00:00 2001
From: Daniel Jacobs <danielhunterjacobs@gmail.com>
Date: Fri, 19 Jul 2024 10:47:05 -0400
Subject: [PATCH] Revert "ci: Temporarily pin to Node 22.4"

This reverts commit da82b8ff04d1ec469aa4bd4124effd6dfb1b31bc.
---
 .github/workflows/test_web.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml
index 0f3c959e0b8ea..cdcdf270053ea 100644
--- a/.github/workflows/test_web.yml
+++ b/.github/workflows/test_web.yml
@@ -35,7 +35,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node_version: ["20", "22.4"]
+        node_version: ["20", "22"]
         os: [ubuntu-22.04, windows-latest]
 
     steps: