diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f610a9c31..b4ab46b29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index b76c114f0..4aa139922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Requires Node.js 18 or newer + ## [3.1.0] - 2024-06-13 ### Changed diff --git a/package.json b/package.json index e5b8ec376..dc428ed46 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "engines": { - "node": ">= 14" + "node": ">= 18" }, "eslintConfig": { "root": true,