ci: drop kernel-file-lock Node 26 job and Node engines caps

This commit is contained in:
7Sageer 2026-07-21 14:55:30 +08:00
parent 8bf95920e9
commit cfaf8eb9b6
3 changed files with 2 additions and 22 deletions

View file

@ -66,26 +66,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm --filter @moonshot-ai/pi-tui test
test-kernel-file-lock:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [24.15.0, 26]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --filter @moonshot-ai/kernel-file-lock test
test-windows:
runs-on: windows-latest
# Temporarily disabled while Windows tests are being stabilized.

View file

@ -112,6 +112,6 @@
"zod": "^4.3.6"
},
"engines": {
"node": ">=22.19.0 <27"
"node": ">=22.19.0"
}
}

View file

@ -60,7 +60,7 @@
]
},
"engines": {
"node": ">=24.15.0 <27"
"node": ">=24.15.0"
},
"packageManager": "pnpm@10.33.0"
}