Skip to content

Commit ea9b1a2

Browse files
authored
build: relax audit check (#287)
1 parent 7da33fc commit ea9b1a2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: npm ci
3131
- name: Audit packages
3232
run: npm audit --audit-level=high
33+
continue-on-error: true
3334
- name: Lint and test
3435
run: npm test
3536
- name: Confirm integration

.github/workflows/packages_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: npm ci
3131
- name: Audit packages
3232
run: npm audit --audit-level=high
33+
continue-on-error: true
3334
- name: Build
3435
run: npm run build:packages-lib
3536
- name: Git modified files

0 commit comments

Comments
 (0)