1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Add Node 13.x to build matrix

This commit is contained in:
snobu
2020-03-30 14:03:41 +03:00
parent 5de6d1b8e6
commit 8a6f5839d1

View File

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