From efde241b517985f0dd41df34e0fc62c15920cb8b Mon Sep 17 00:00:00 2001 From: DABH Date: Mon, 10 Jul 2023 00:09:39 -0500 Subject: [PATCH] Update CI to use only currently supported node versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a26f43..487f616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: node: - - 12 - - 14 - 16 + - 18 + - 20 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3