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.
This commit is contained in:
toofar 2024-10-05 13:45:18 +13:00
parent d24a4c5ab0
commit 3a48111e53
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"