From 22f1dd5c63ab8439aaa025f0b6ee5a37173b7295 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Fri, 8 Sep 2023 11:48:01 +0200 Subject: [PATCH] chore: disable Node.js 16 --- .github/workflows/ci-full.yaml | 2 +- .github/workflows/ci.yaml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-full.yaml b/.github/workflows/ci-full.yaml index 854c052c1..6163db521 100644 --- a/.github/workflows/ci-full.yaml +++ b/.github/workflows/ci-full.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 209bb9480..86493d03e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout diff --git a/README.md b/README.md index 21a73413c..2d316bd9f 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ cs.addCodec(new MyCodec("application/myType")); ### To use with Node.js -> **Warning**: We no longer actively support Node.js version 14 and lower. +> **Warning**: We no longer actively support Node.js version 16 and lower. -- [Node.js](https://nodejs.org/) version 14+ +- [Node.js](https://nodejs.org/) version 16+ - [npm](https://www.npmjs.com/) version 7+ #### Linux