Преглед изворни кода

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

El RIDO пре 1 година
родитељ
комит
37871eac69
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -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'