From f56ca878b57bb1b6af80b127aed59c1570e73986 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Tue, 25 Jul 2023 16:00:28 +0200 Subject: [PATCH] chore!: Drop Node v14 support --- .github/workflows/actions.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e1f104ee..7e56588c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: [16, 18, 20] steps: - uses: actions/checkout@v3 with: diff --git a/README.md b/README.md index f4c7a1f2..bc5e826d 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ nexus build | Node Version | Support | | -------------------: | :----------------- | -| (Maintenance LTS) 14 | :heavy_check_mark: | -| (Active) 16 | :heavy_check_mark: | -| (Current) 18 | :heavy_check_mark: | +| (Maintenance LTS) 16 | :heavy_check_mark: | +| (LTS) 18 | :heavy_check_mark: | +| (Current) 20 | :heavy_check_mark: | ## Examples