From 40a58e13230c6835c70540c06078fb8799cdd19c Mon Sep 17 00:00:00 2001 From: Dave Roberts Date: Wed, 10 Jun 2026 10:40:23 +0000 Subject: [PATCH] Update action to use current node version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3617186fd..30891144e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -187,7 +187,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x, 24.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: