npm-update: Fix install step

This commit is contained in:
Sanne Raymaekers 2021-07-15 10:36:15 +02:00 committed by Tom Gundersen
parent 0513ac9ac4
commit 4632d58bb8

View file

@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up dependencies
run: sudo apt-get install -y npm make
run: |
sudo apt update
sudo apt install -y npm make
- name: Set up configuration and secrets
run: |