From 7c1323106867729d2f4e6b2e8ab026271d25fa29 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 23 Aug 2023 21:35:09 -1000 Subject: [PATCH] ci: remove Node.js 14 --- .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 999032e..cdf0a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18, 20] + node: [16, 18, 20] steps: - name: Set up Node @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [14, 16, 18, 20] + node: [16, 18, 20] steps: - name: Set up Node