From 1bb99a4b9762e90d98edcf4d8476f101d1f9096c Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Sun, 5 Nov 2023 00:54:31 -0400 Subject: [PATCH] adding node 20 to the test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c93d936..f38eb2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [8, 10, 12, 14, 16, 18] + node-version: [8, 10, 12, 14, 16, 18, 20] exclude: - node-version: 8 - node-version: 10