Skip to content

Commit

Permalink
Merge branch 'master' into STRIPES-957
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Feb 20, 2025
2 parents 99c582a + 2258a82 commit d5f8bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* 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.
* *BREAKING* bump `@folio/eslint-config-stripes` to `8.0.0`.
* *BREAKING* Correctly implement `transpile`. Refs STCLI-259.

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": ">=20.0.0"
"node": ">=14.0.0"
},
"main": "index.js",
"bin": {
Expand Down

0 comments on commit d5f8bc0

Please sign in to comment.