Skip to content

Commit

Permalink
STCLI-260 bump NodeJS to v20 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Feb 4, 2025
1 parent 36eec5b commit 69b4aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Turn off `<StrictMode>` 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 69b4aef

Please sign in to comment.