chore: upgrade node to 24.x LTS (#13004)

Upgrade node to `24.12` LTS

FIxes https://github.com/chatwoot/chatwoot/issues/12546
Fixes https://linear.app/chatwoot/issue/CW-5707/nodejs-23-reached-eol
This commit is contained in:
Vishnu Narayanan
2026-01-12 18:10:23 +05:30
committed by GitHub
parent b099d3a1eb
commit ab83a663f0
11 changed files with 27 additions and 27 deletions

View File

@@ -148,7 +148,7 @@
"vitest": "3.0.5"
},
"engines": {
"node": "23.x",
"node": "24.x",
"pnpm": "10.x"
},
"husky": {