We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecbc74 commit 074cd99Copy full SHA for 074cd99
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- run:
23
name: npm-install
24
- command: npm install
+ command: npm ci
25
26
# In your code, add this (after installing with `npm install --save-dev audit-ci`):
27
# - run:
0 commit comments