node 20 seems to fail with the updated jsdom, locally I had tested with 18 - lets downgrade till we can find a solution

This commit is contained in:
El RIDO 2025-04-09 21:11:10 +02:00
parent bb4a3a09b0
commit 37871eac69
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

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