Selaa lähdekoodia

only test one node version

hakimel 2 vuotta sitten
vanhempi
commit
9f629a9d38
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/js.yml

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

@@ -9,7 +9,7 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        node-version: [10.x, 14.x, 16.x]
+        node-version: [16.x]
 
 
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2