Skip to content

Commit

Permalink
Fix NPM install test (#10569)
Browse files Browse the repository at this point in the history
* Add libudev-dev
* Revert to Node 14
  • Loading branch information
lvpeschke committed Sep 18, 2023
1 parent 0afd1ce commit 5b9fe3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5b9fe3f

Please sign in to comment.