Răsfoiți Sursa

Use Node 18.x in CI tests

JC Brand 2 ani în urmă
părinte
comite
80bf81db6f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/karma-tests.yml

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

@@ -17,7 +17,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [18.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps: