From 3ad3105074c01b4dab71718dcfd42fc30efe242f Mon Sep 17 00:00:00 2001 From: Craig Beck Date: Tue, 9 Jul 2024 18:30:15 -0700 Subject: [PATCH] Update node versions test matrix --- .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 4dcf1a83..7f3b38b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: strategy: matrix: node: - - 16 - 18 - 20 + - 21 timeout-minutes: 10 steps: - uses: actions/checkout@v2