diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 838261058e..5ad03b0a33 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [18.x] + node-version: [24.x] fail-fast: true steps: - uses: actions/checkout@v2 diff --git a/.node-version b/.node-version index b6a7d89c68..a45fd52cc5 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +24 diff --git a/package.json b/package.json index b7864013e4..d410338ed6 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "blake3": "patch:blake3@npm:2.1.7#.yarn/patches/blake3-npm-2.1.7-7bf40c44b4" }, "engines": { - "node": "^18" + "node": "^24" }, "packageManager": "yarn@3.2.1" } diff --git a/packages/atlas-avatar-service/package.json b/packages/atlas-avatar-service/package.json index e608547750..743ec04ee6 100644 --- a/packages/atlas-avatar-service/package.json +++ b/packages/atlas-avatar-service/package.json @@ -21,6 +21,6 @@ "uuid": "^9.0.0" }, "engines": { - "node": "^18" + "node": "^24" } } diff --git a/packages/atlas-meta-server/package.json b/packages/atlas-meta-server/package.json index ce2c51da66..d0d99a7349 100644 --- a/packages/atlas-meta-server/package.json +++ b/packages/atlas-meta-server/package.json @@ -28,6 +28,6 @@ "ts-node-dev": "^2.0.0" }, "engines": { - "node": "^18" + "node": "^24" } } diff --git a/packages/atlas/package.json b/packages/atlas/package.json index c6d0632b24..de0615dcd3 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -164,6 +164,6 @@ "vitest": "^0.25.7" }, "engines": { - "node": "^18" + "node": "^24" } }