mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[CI] Add npm audit to the nightly (#4431)
This commit is contained in:
parent
a50c1704e5
commit
980777691a
@ -7,6 +7,15 @@ orbs:
|
||||
node: circleci/node@4.5.1
|
||||
browser-tools: circleci/browser-tools@1.1.3
|
||||
jobs:
|
||||
npm-audit:
|
||||
executor: linux
|
||||
steps:
|
||||
- checkout
|
||||
- node/install:
|
||||
install-npm: true
|
||||
node-version: lts/fermium
|
||||
- run: npm install
|
||||
- run: npm audit --audit-level=low
|
||||
test:
|
||||
parameters:
|
||||
node-version:
|
||||
@ -92,6 +101,7 @@ workflows:
|
||||
name: node14-firefox-nightly
|
||||
node-version: lts/fermium
|
||||
browser: FirefoxHeadless
|
||||
- npm-audit
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user