From 3a48111e5348c289e9472623ae7af84e4e2ae824 Mon Sep 17 00:00:00 2001 From: toofar Date: Sat, 5 Oct 2024 13:45:18 +1300 Subject: [PATCH] update node version for eslint Github is updating all their actions to node 20, may as well do the same here? Not strong need to update it, just spotted this. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"