chore: bump node version (#1028)

Closes HDX-2031

This node version is already used as the docker image version, so I'm not expecting anything to break. Tested dev and all-in-one image
This commit is contained in:
Aaron Knudtson 2025-07-29 10:06:57 -04:00 committed by GitHub
parent dc4a32c6f6
commit eed38e8849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View file

@ -0,0 +1,7 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
bump node version to 22.16.0

View file

@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.12.0"
"node": ">=22.16.0"
},
"dependencies": {
"@clickhouse/client": "^0.2.10",

View file

@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">=18.12.0"
"node": ">=22.16.0"
},
"scripts": {
"dev": "npx dotenv -e .env.development -- next dev",

View file

@ -8,7 +8,7 @@
"dist/*"
],
"engines": {
"node": ">=18.12.0"
"node": ">=22.16.0"
},
"dependencies": {
"@clickhouse/client": "^1.11.1",