From f903e30afe7ca8bb51bdad4da040c6dde41f47dd Mon Sep 17 00:00:00 2001 From: nagaya Date: Wed, 26 Mar 2025 10:23:37 +0900 Subject: [PATCH] Add node version for test matrix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 239f162..8b49d0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,7 @@ jobs: - "18.18.0" - "18.20.4" - "20.16.0" + - "22.14.0" needs: - check_test_execution_conditions steps: