diff --git a/patr.yml b/patr.yml index 3ebb7e6..d213187 100644 --- a/patr.yml +++ b/patr.yml @@ -6,7 +6,8 @@ steps: - name: Install Dependencies image: patrcloud/cli:latest commands: - - npm install + - apt-get install npm + - npm ci next: Build Code - name: Build Code image: patrcloud/cli:latest