fix: update lucide-react + eslint versions
- lucide-react: 0.344.0 → 1.41.0 (React 19 support) - eslint: 8.57.1 → 9.0.0 (compatibility with eslint-config-next 16.x) Also includes: - Registry login via env vars (FORGEJO_REGISTRY_USER/TOKEN) - LLM config in encrypted ConfigMap (in-cluster endpoint)
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Run tests
|
||||
run: npm test -- --run 2>&1 || echo "Tests completed"
|
||||
|
||||
Reference in New Issue
Block a user