mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
update test matrix
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -17,10 +17,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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
|
- node-version: 12.x
|
||||||
|
lint: true # Linter is run only once to shorten the total build time
|
||||||
|
- node-version: 14.x
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code from ${{ github.repository }}
|
- name: Checkout code from ${{ github.repository }}
|
||||||
|
Reference in New Issue
Block a user