1
0
Caleb Porzio 5 жил өмнө
parent
commit
b1e4bcbd6d

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

@@ -9,7 +9,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [8.x, 10.x, 12.x]
+        node-version: [12.x]
 
     steps:
     - uses: actions/checkout@v1