Skip to content

Commit 421f507

Browse files
committed
chore: bump minimum Node.js version to 18.18.0
- Updated from Node.js 12+ to 18.18+ to match ESLint 9 requirements - Node.js 12, 14, and 16 are all end-of-life - Aligns with GitHub Actions test matrix (18.x, 20.x, 22.x, 24.x)
1 parent a61e5c3 commit 421f507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"SMTP"
4141
],
4242
"engines": {
43-
"node": ">=12.0.0"
43+
"node": ">=18.18.0"
4444
}
4545
}

0 commit comments

Comments
 (0)