replace hardcoded Node.js version in e2e test workflow with backend/.tool-versions file

This commit is contained in:
mahula 2025-07-18 12:34:20 +02:00
parent 9b9a1da712
commit 1d6564c81a

View File

@ -52,7 +52,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: 'backend/.tool-versions'
cache: 'yarn'
- name: Setup .env files
run: |