Skip to content

Commit 22c55f5

Browse files
authored
Update config.yml
1 parent 7bfc4ec commit 22c55f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@ jobs:
8080
- node/install-packages:
8181
cache-path: ./node_modules
8282
override-ci-command: npm install
83+
- run:
84+
name: Audit Dependencies
85+
command: npm audit --production --audit-level=high
8386
- run:
8487
name: test
8588
command: npm test
86-
8789
build:
8890
docker:
8991
- image: cimg/base:stable
@@ -120,4 +122,4 @@ workflows:
120122
branches:
121123
ignore: /.*/
122124
tags:
123-
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
125+
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/

0 commit comments

Comments
 (0)