1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

return to supporting node >= 8

downgraded xo and mocha. bin-wrapper still supports >= 6, which is really all that matters.
This commit is contained in:
2020-04-25 14:23:59 -04:00
parent 66476fbd78
commit 42d0565f27
3 changed files with 702 additions and 1747 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node: [14.x, 13.x, 12.x, 10.x]
node: [14.x, 12.x, 10.x, 8.x]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}