We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfc4ec commit 22c55f5Copy full SHA for 22c55f5
.circleci/config.yml
@@ -80,10 +80,12 @@ jobs:
80
- node/install-packages:
81
cache-path: ./node_modules
82
override-ci-command: npm install
83
+ - run:
84
+ name: Audit Dependencies
85
+ command: npm audit --production --audit-level=high
86
- run:
87
name: test
88
command: npm test
-
89
build:
90
docker:
91
- image: cimg/base:stable
@@ -120,4 +122,4 @@ workflows:
120
122
branches:
121
123
ignore: /.*/
124
tags:
- 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