Update node version on CI

This commit is contained in:
Bruno Alla 2024-08-20 11:53:35 +02:00
parent 63656ec876
commit b03cbf1a6d
No known key found for this signature in database

View File

@ -110,6 +110,6 @@ jobs:
run: pip install -r requirements.txt
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}