fix: update AI extract default model

* fix: update AI extract default model

* fix: update e2e worker node version

* fix: use node lts for e2e worker

* fix: align AI model and CI node version
This commit is contained in:
Dream Hunter
2026-05-10 01:18:23 +08:00
committed by GitHub
parent dd294037ab
commit 437db7c050
13 changed files with 25 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:24-slim
RUN apt-get update && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
RUN corepack enable && corepack prepare pnpm@10.10.0 --activate