diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 879b0d1a87..4b0d21f8a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: [10.13.0, '*'] + node-version: [12, '*'] exclude: - os: macOS-latest - node-version: 10.13.0 + node-version: 12 - os: windows-latest - node-version: 10.13.0 + node-version: 12 fail-fast: false steps: