diff --git a/.github/workflows/cron-npm-install.yml b/.github/workflows/cron-npm-install.yml index f4ac8c43d4f..811c3cd17de 100644 --- a/.github/workflows/cron-npm-install.yml +++ b/.github/workflows/cron-npm-install.yml @@ -15,7 +15,7 @@ jobs: name: ${{ matrix.package }} NPM package install runs-on: ubuntu-latest container: - image: node:18-bullseye + image: node:16-bullseye strategy: fail-fast: false matrix: @@ -29,7 +29,7 @@ jobs: if: matrix.package == '@celo/celocli' run: | apt update - apt install -y libusb-1.0-0-dev + apt install -y libusb-1.0-0-dev libudev-dev - name: Installing npm package run: yarn add ${{ matrix.package }} - name: Test celocli command