From e84819d5c843957c01baf0d568ba8f3a4237adf0 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:55:11 -0500 Subject: [PATCH] fix: fixed CI to only test v18 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d2df3..b070751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: os: - ubuntu-latest node_version: - - 14 - - 16 - 18 name: Node ${{ matrix.node_version }} on ${{ matrix.os }} steps: