diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90ff82c..5848fd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18, 20, 22] + node-version: [16, 18, 20, 22] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f53f26a..74cf02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # 9.0.0 - Update axe-core to version 4.9.1 - thanks [@1Copenut](https://github.com/1Copenut) and [@longmatthewh](https://github.com/longmatthewh). -- Update minimum Node.js version to 20 to align with LTS - https://nodejs.org/en/about/previous-releases # 8.0.0 diff --git a/package.json b/package.json index 045002a..9873cc4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "Nick Colley", "license": "MIT", "engines": { - "node": ">= 20.0.0" + "node": ">= 16.0.0" }, "dependencies": { "axe-core": "4.9.1",