diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228503c4393..5ebe8bbe006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,8 @@ jobs: - name: Install deps run: | sudo apt update - sudo DEBIAN_FRONTEND=noninteractive apt install libjq-dev libelf-dev libyaml-cpp-dev cmake build-essential git emscripten nodejs -y + sudo DEBIAN_FRONTEND=noninteractive apt install libjq-dev libelf-dev libyaml-cpp-dev cmake build-essential git emscripten -y + node --version - name: Emscripten build run: |