diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77961c7..34e2b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 12.x, 14.x, 16.x ] + node-version: [ 12.x, 14.x, 16.x, 17.x ] steps: - name: Find yarn cache id: find-yarn-cache