diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0c84bc7..8d95a363e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: python-version: '3.10' - uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' if: "matrix.testenv == 'eslint'" - name: Set up problem matchers run: "python scripts/dev/ci/problemmatchers.py ${{ matrix.testenv }} ${{ runner.temp }}"