mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
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:
parent
dc4a32c6f6
commit
eed38e8849
4 changed files with 10 additions and 3 deletions
7
.changeset/strong-zoos-ring.md
Normal file
7
.changeset/strong-zoos-ring.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
bump node version to 22.16.0
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"license": "MIT",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
"node": ">=22.16.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clickhouse/client": "^0.2.10",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"dist/*"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
"node": ">=22.16.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clickhouse/client": "^1.11.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue