From 47c1290d7169062956b1f0723d8a787968290b5a Mon Sep 17 00:00:00 2001 From: "Namkhai B." Date: Tue, 29 Apr 2025 17:07:43 -0600 Subject: [PATCH] fix(ci): update node version 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 7865737..1e86b3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2