Skip to content

Commit c420a68

Browse files
committed
build: remove npm audit from CI
it is checked by code pushup js packages plugin now Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
1 parent f423c6c commit c420a68

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

-14
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ env:
1010
NX_NON_NATIVE_HASHER: true
1111

1212
jobs:
13-
audit:
14-
runs-on: ubuntu-latest
15-
name: Audit
16-
steps:
17-
- name: Checkout repository
18-
uses: actions/checkout@v4
19-
- name: Set up Node.js
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version-file: .nvmrc
23-
cache: npm
24-
- name: Audit production dependencies
25-
run: npm audit --omit=dev --omit=optional
26-
2713
format:
2814
runs-on: ubuntu-latest
2915
name: Format check

0 commit comments

Comments
 (0)