From efa6bf2c66f16bacee17e22862e63c04a345e012 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 5 Sep 2023 09:44:30 -0400 Subject: [PATCH] test: limit testing to node.js lts --- .github/matrix-test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix-test.json b/.github/matrix-test.json index 27a4ce2..9aa59ca 100644 --- a/.github/matrix-test.json +++ b/.github/matrix-test.json @@ -1,4 +1,4 @@ { "os": ["ubuntu-latest"], - "node-version": [14, 16, 18] + "node-version": [18, 20] }