Skip to content

Commit e3948f2

Browse files
author
sangeet-joy_xero
committed
removed the vulnerable package check
1 parent f85819e commit e3948f2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
cache: 'npm'
2222
cache-dependency-path: '**/package-lock.json'
2323

24+
2425
- name: Install dependencies
2526
run: npm ci
2627
working-directory: xero-node
2728

28-
- name: Check for vulnerabilities
29-
run: npm audit || true
30-
working-directory: xero-node
31-
3229
- name: Run Build
3330
run: npm run build
3431
working-directory: xero-node

0 commit comments

Comments
 (0)