mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-07 15:56:39 +00:00
ci: drop kernel-file-lock Node 26 job and Node engines caps
This commit is contained in:
parent
8bf95920e9
commit
cfaf8eb9b6
3 changed files with 2 additions and 22 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -112,6 +112,6 @@
|
|||
"zod": "^4.3.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.19.0 <27"
|
||||
"node": ">=22.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24.15.0 <27"
|
||||
"node": ">=24.15.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.33.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue