Skip to content

Commit 5b537d9

Browse files
authored
Add support for Node.js v24 (#1189)
2 parents f0549c2 + 9c7b779 commit 5b537d9

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [patch]
6+
7+
> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
8+
9+
### Added
10+
11+
- Add support for Node.js v24
12+
513
## 7.2.0 - 2025-09-11
614

715
_Full changeset and discussions: [#1178](https://github.com/OpenTermsArchive/engine/pull/1178)._

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"chai-as-promised": "^7.1.1",
6464
"chai-exclude": "^2.1.0",
6565
"commander": "^9.4.1",
66-
"config": "^3.3.6",
66+
"config": "^4.1.1",
6767
"croner": "^8.0.2",
6868
"cronstrue": "^2.50.0",
6969
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)