1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(ci/cd): add check npm audit step

This commit is contained in:
Yury Shkoda
2022-01-18 19:33:18 +03:00
parent f232fe158c
commit 8d99612695

View File

@@ -22,6 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Check npm audit
run: npm audit --production --audit-level=low
- name: Install Dependencies
run: npm ci
- name: Check code style