From 4fcf3456fb64f2fd566fb23d989db1e3b0929836 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Wed, 20 Sep 2023 21:40:21 +0200 Subject: [PATCH] Remove support for Node.js 16 --- .github/workflows/ci.yaml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e8ee0f..40fc0e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,6 @@ jobs: strategy: matrix: node-version: - - 16 - 18 - 20 steps: diff --git a/README.md b/README.md index 42d6a4d..6abf960 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ A custom prefix to use for Mermaid IDs. (`string`, default: `mermaid`) ## Compatibility -This project is compatible with Node.js 16 or greater. +This project is compatible with Node.js 18 or greater. ## Related Projects