Skip to content

Commit 2258a82

Browse files
authored
Revert "STCLI-260 bump NodeJS to v20 (#371)" (#376)
This reverts commit 69b4aef. The Jenkins nodes where we build platform-complete don't yet have NodeJS v20 and we don't know when it will be available. In the interest of making other changes (which, AFAIK, do directly not rely on NodeJS v20) available ASAP, we are reverting this change until our build nodes can support it. Refs [STCLI-260](https://folio-org.atlassian.net/browse/STCLI-260)
1 parent 3a3e3f5 commit 2258a82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Turn off `<StrictMode>` when running tests. Refs STCLI-256.
77
* Check for `main` branch in `stripes platform pull` command. Refs STCLI-258.
88
* *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`.
9-
* *BREAKING* bump `NodeJS` to `v20`. Refs STCLI-260.
109
* *BREAKING* bump `@folio/eslint-config-stripes` to `8.0.0`.
1110

1211
## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "Apache-2.0",
1010
"engines": {
11-
"node": ">=20.0.0"
11+
"node": ">=14.0.0"
1212
},
1313
"main": "index.js",
1414
"bin": {

0 commit comments

Comments
 (0)