Parcourir la source

Run tests on Node.js 14 & 15 as well

tags/v4.2.0
Phillip Johnsen il y a 5 ans
Parent
révision
de09ecaa56
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/verify.yml

+ 1
- 1
.github/workflows/verify.yml Voir le fichier

@@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v1


Chargement…
Annuler
Enregistrer