ci: Upgrade node version
Not strictly necessary, just a drive-by fix.
This commit is contained in:
parent
666b7d4df0
commit
f8ce3a932c
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue