Browse Source

only test latest node in gh action

Hakim El Hattab 5 years ago
parent
commit
120673c8fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/js.yml

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

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