This commit is contained in:
agczsz 2023-06-30 22:40:56 +08:00 committed by patr-ci
parent 13bf9ecb7a
commit 86dad88c0a
1 changed files with 2 additions and 1 deletions

View File

@ -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