fix(ci): remove Node.js 24.x from test matrix

Node 24 is not yet LTS and native dependencies (bcrypt, better-sqlite3,
sharp) fail to compile on it, causing CI failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas
2026-04-02 15:05:27 +02:00
parent 28cf388917
commit 7ef1389d44
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [22.x, 24.x] node-version: [22.x]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4