diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index defbaef2..96dcfb52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 20.x, 22.x, 24.x ] + node-version: [ 22.x, 24.x ] os: [ windows-latest, ubuntu-latest, macOS-latest ] # Go diff --git a/package.json b/package.json index db9b9af7..f268621f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@architect/sandbox", - "version": "8.0.0", + "version": "9.0.0", "description": "Architect dev server: run full Architect projects locally & offline", "main": "src/index.js", "scripts": { @@ -14,7 +14,7 @@ "build": "node scripts/vendor.js && node bin/binary-config.js && npx pkg bin" }, "engines": { - "node": ">=20" + "node": ">=22" }, "repository": { "type": "git", @@ -31,10 +31,10 @@ ], "dependencies": { "@architect/asap": "~7.0.10", - "@architect/create": "~6.0.0", - "@architect/hydrate": "~5.0.0", - "@architect/inventory": "~5.0.0", - "@architect/utils": "~5.0.0", + "@architect/create": "~7.0.0", + "@architect/hydrate": "~6.0.0", + "@architect/inventory": "~6.0.0", + "@architect/utils": "~6.0.0", "@aws-lite/client": "^0.23.2", "@aws-lite/dynamodb": "^0.3.9", "chokidar": "4.0.3",