diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e07e81a..6e223c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' - node-version: 20 + node-version: 20.20.2 - uses: oven-sh/setup-bun@v2 with: bun-version: latest diff --git a/bun.lock b/bun.lock index 3d64232..944621f 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "claude-code-explorer", diff --git a/package.json b/package.json index 5e7c49a..4990d83 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ccexp" ], "engines": { - "node": ">=20.19.3" + "node": ">=20.20.2" }, "exports": { ".": "./dist/index.js"