Alexander Rose 3 éve
szülő
commit
c2177272b5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/node.yml

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

@@ -15,6 +15,6 @@ jobs:
     - name: Lint
       run: npm run lint
     - name: Test
-      run: npm install --no-save \"gl@^5.0.0\" && xvfb-run --auto-servernum npm run jest
+      run: npm install --no-save "gl@^5.0.0" && xvfb-run --auto-servernum npm run jest
     - name: Build
       run: npm run build