chore: check if CI works on node 12

This commit is contained in:
woothu
2020-06-05 09:51:34 +02:00
parent abb50db9cf
commit d06f05cf0f
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: