mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 13:32:16 +00:00
Reintroduce Node 8.x support (#79)
* Fix Node 8.x support * Add Node 8.x to CI build matrix
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 13.x]
|
||||
node-version: [8.x, 10.x, 12.x, 13.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user