Skip to content

Commit

Permalink
chore: set Node 18 as compatible engine and downgrade semantic-release
Browse files Browse the repository at this point in the history
this commit sets Node 18 as a compatible engine along with Node 20 and beyond and downgrades semantic-release package so that it is compatible with both Node 18 and node 20 and beyond. This is to avoid errors that arise due to incompatibilities with Node version 18 on other packages.

BREAKING CHANGE: downgrade semantic-release

Issues: MOL-29317
  • Loading branch information
Txabox committed Apr 18, 2024
1 parent 4f92ad5 commit 136db26
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 671 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"eslint": "^9.0.0",
"husky": "^7.0.2",
"jsonlint": "^1.6.3",
"semantic-release": "^23.0.8"
"semantic-release": "^22.0.12"
},
"engines": {
"node": ">=20"
"node": ">=18"
},
"peerDependencies": {
"eslint": "^7.32.0"
Expand Down
Loading

0 comments on commit 136db26

Please sign in to comment.