Update node version in CI

This commit is contained in:
Bruno Alla 2023-04-26 08:58:05 +02:00
parent ee9df1883a
commit a4932f2c2d
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@v3
with:
node-version: "16"
node-version: "18"
- name: Bare Metal ${{ matrix.script.name }}
run: sh tests/test_bare.sh ${{ matrix.script.args }}