diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3abdbfc90397c9..68dd19d3eca8c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 17 - name: Remove unused versions of Python if: startsWith(matrix.os, 'windows')