Skip to content

Commit 1b2e82e

Browse files
Merge pull request #267 from 4lessandrodev/fix/engine
Ensure support for Node.js 24
2 parents 3b3cf7c + ce08be3 commit 1b2e82e

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 22
3030

3131
# Runs a single command using the runners shell
3232
- name: Install dependencies

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file.
1010

1111
---
1212

13+
### [1.27.0] - 2026-06-28
14+
15+
#### **Feat**
16+
17+
- **Nodejs Version**:
18+
- Added support for nodejs v23
19+
20+
---
21+
1322
### [1.26.0] - 2025-01-27
1423

1524
#### **Feat**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rich-domain",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/4lessandrodev/rich-domain",
1616
"license": "MIT",
1717
"engines": {
18-
"node": ">=16.x <=23.x"
18+
"node": ">=20.x"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^28.1.8",

0 commit comments

Comments
 (0)