chore: Upgrade Node.js version in CI workflow to 20
Some checks failed
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 30s
Docker Build and Push / build-and-push (push) Failing after 36s
LabFusion CI/CD Pipeline / service-adapters (push) Successful in 45s
Integration Tests / integration-tests (push) Failing after 32s
Integration Tests / performance-tests (push) Has been skipped
LabFusion CI/CD Pipeline / frontend (push) Failing after 59s
LabFusion CI/CD Pipeline / api-docs (push) Successful in 1m35s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped

### Summary of Changes
- Updated the Node.js version from `18` to `20` in the CI workflow configuration.

### Expected Results
- Ensured compatibility with the latest Node.js features and improvements, enhancing the overall CI process.
This commit is contained in:
GSRN
2025-09-16 22:40:41 +02:00
parent 6f51564401
commit fc0b615780

View File

@@ -210,10 +210,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js 18
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Cache npm dependencies
uses: actions/cache@v4