-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package) Update node version on packages and actions (#158)
* chore(release): set `package.json` to 1.5.0 [skip ci] * chore(packages): update node version --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Fabio Colajanni <f.colajanni@cognigy.com>
- Loading branch information
1 parent
6a68b7c
commit f996a3b
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=18.15.0", | ||
"node": ">=20.11.0", | ||
"npm": ">=9.5.0" | ||
}, | ||
"repository": { | ||
|