From b03cbf1a6d2d137f42e49a63339340c0dfb6d097 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 20 Aug 2024 11:53:35 +0200 Subject: [PATCH] Update node version on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db462916..91d08b1d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}