ci: Upgrade node version

Not strictly necessary, just a drive-by fix.
This commit is contained in:
Florian Bruhin 2024-12-10 17:47:12 +01:00
parent 666b7d4df0
commit f8ce3a932c
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: '20.x'
node-version: '22.x'
if: "matrix.testenv == 'eslint'"
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py ${{ matrix.testenv }} ${{ runner.temp }}"