Merge pull request #307 from richardlau/patch-1

Remove End-of-Life Node.js 8.x
This commit is contained in:
Mike Coutermarsh
2020-01-28 09:03:37 -08:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2