Forráskód Böngészése

chore: Rename workflow, add node 11.x to test matrix

Michael Bromley 6 éve
szülő
commit
efda67afbd
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/workflows/nodejs.yml

+ 2 - 2
.github/workflows/nodejs.yml

@@ -1,4 +1,4 @@
-name: Node CI
+name: Build & Test
 
 on:
   push:
@@ -15,7 +15,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [10.x, 12.x]
+        node-version: [10.x, 11.x, 12.x]
 
     steps:
     - uses: actions/checkout@v1