update test matrix

This commit is contained in:
Jose Bolos
2021-11-26 15:26:54 +00:00
parent 19f4d32bf0
commit cbc9da2d93

View File

@@ -17,10 +17,9 @@ jobs:
strategy:
matrix:
include:
- node-version: 8.x
lint: true # Linter is run only once to shorten the total build time
- node-version: 10.x
- node-version: 12.x
lint: true # Linter is run only once to shorten the total build time
- node-version: 14.x
steps:
- name: Checkout code from ${{ github.repository }}