From 5d2f6c16b5386b8b6bb90736d2322d86e62131ca Mon Sep 17 00:00:00 2001 From: Craig Beck Date: Thu, 11 Jul 2024 14:05:24 -0700 Subject: [PATCH] Test matric to include next LTS v22 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f3b38b5..d2fa953a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node: - 18 - 20 - - 21 + - 22 timeout-minutes: 10 steps: - uses: actions/checkout@v2