From 4adff07846c0e202436c499b4ff366859b89679b Mon Sep 17 00:00:00 2001 From: LuchoTurtle Date: Thu, 14 Dec 2023 01:32:30 +0000 Subject: [PATCH] chore: Dropping support for Node 14. --- .github/workflows/ci.yml | 2 +- README.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43fa36b..47debaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 4ed3453..3620846 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,15 @@ pane ## Contributing -If you want to contribute to this package, you are free to open a pull request. +If you want to contribute to this package, you are free to open a pull request. 😊 ### Quickstart +> ![NOTE] +> +> You'll need to have `Node 16` or upwards installed +> in order to properly install and run `package.json` script commands. + Install dependencies: ```sh