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

Deprecating Node 8.x

This commit is contained in:
snobu
2020-04-20 23:29:36 +03:00
parent 318026895b
commit 83a5a9160e
2 changed files with 2 additions and 2 deletions

View File

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