From 7925b675e11f7b866adc0288c8e021b81d495ed4 Mon Sep 17 00:00:00 2001 From: rturrado <68099809+rturrado@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:00:35 +0100 Subject: [PATCH] Trying to fix JS job: - Install nodejs manually. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe074d26..0b08a01e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: uses: actions/checkout@v4 - name: Install nodejs run: | - apt-get install nodejs + sudo apt-get install -y nodejs shell: bash - name: Install conan run: python3 -m pip install --upgrade pip conan