diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f13c41..74dc893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Turn off `` when running tests. Refs STCLI-256. * Check for `main` branch in `stripes platform pull` command. Refs STCLI-258. * *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`. +* *BREAKING* bump `NodeJS` to `v20`. Refs STCLI-260. ## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09) [Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.1.0...v3.2.0) diff --git a/package.json b/package.json index 7b42b6c..a430c96 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=14.0.0" + "node": ">=20.0.0" }, "main": "index.js", "bin": {