diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0d10fcb..f2368bb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] fail-fast: false steps: - name: Harden Runner diff --git a/README.md b/README.md index 517795f..c8aa281 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Same as SemVer.satisfies but for file size! ## Requirements -- [Node.js](https://nodejs.org/en/) v16 or higher +- [Node.js](https://nodejs.org/en/) v18 or higher ## Getting Started @@ -49,7 +49,9 @@ Invalid pattern will always return **false**. ## Contributors ✨ + [![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) + Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): diff --git a/package.json b/package.json index ec8e302..6ad438f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "converter" ], "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18.0.0" }, "author": "GENTILHOMME Thomas ", "license": "MIT",