diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96e1cd81..322fd616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: ['12', '14', '16'] + node-version: + - '12' + - '14' + - '16' + - '17' steps: - uses: actions/checkout@v2