diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89750ad..96a7c1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14', '13', '12' ] + node: [ '15', '14', '13', '12' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: