Update Node.js version to 25 in Gitea workflows
Some checks failed
Production Deployment (Zero Downtime) / deploy-production (push) Failing after 7m46s

- Fix EBADENGINE error for camera-controls@3.1.2 which requires Node.js >=22
- Update production-deploy.yml, dev-deploy.yml, and ci-cd-with-gitea-vars.yml.disabled
- Node.js v25 matches local development environment
This commit is contained in:
2026-02-03 22:29:38 +01:00
parent 5c70b26508
commit efafd38b1a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [ dev, main, production ]
env:
NODE_VERSION: '20'
NODE_VERSION: '25'
DOCKER_IMAGE: portfolio-app
CONTAINER_NAME: portfolio-app

View File

@@ -5,7 +5,7 @@ on:
branches: [ dev ]
env:
NODE_VERSION: '20'
NODE_VERSION: '25'
DOCKER_IMAGE: portfolio-app
IMAGE_TAG: dev

View File

@@ -5,7 +5,7 @@ on:
branches: [ production ]
env:
NODE_VERSION: '20'
NODE_VERSION: '25'
DOCKER_IMAGE: portfolio-app
IMAGE_TAG: production