From 2d8f91c453fbef80c4d707b1c2722e322d695efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Fri, 13 Sep 2024 22:52:17 +0100 Subject: [PATCH] ci: Dropping support for Node 16 due to Eslint. --- .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 6764e70..6ba17cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, latest] + node-version: [18.x, 20.x, latest] steps: - uses: actions/checkout@v3