update build-push-backend.yml

This commit is contained in:
maxid
2025-12-10 20:50:49 +01:00
parent 703c11271d
commit 7fbf80d1fd

View File

@@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
cache: 'npm'
cache-dependency-path: './web/package-lock.json'
- name: Install dependencies