From 3c3208269143cb5a79d818d31d3e8b9b4eeace95 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 29 Feb 2024 11:40:21 -0300 Subject: [PATCH] Drop node 14 (EOL@04/23) support. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e30821..8ef5b98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,14 +15,14 @@ jobs: strategy: matrix: include: - - node: 14 - npm: 8 - node: 16 npm: 8 - node: 18 npm: 9 - node: 20 npm: 10 + - node: 21 + npm: 10 steps: - name: Checkout