Skip to content

Commit

Permalink
Merge pull request #726 from XeroAPI/PETOSS-507-Find-package-vulnerab…
Browse files Browse the repository at this point in the history
…ilities-and-update-dependent-packages-for-Node

Petoss 507 find package vulnerabilities and update dependent packages for node
  • Loading branch information
vigneshk-tw authored Oct 1, 2024
2 parents f6b0bec + 3e0dbca commit f7ec805
Show file tree
Hide file tree
Showing 3 changed files with 1,872 additions and 7,084 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'


- name: Install dependencies
run: npm ci
working-directory: xero-node

- name: Check for vulnerabilities
run: npm audit || true
working-directory: xero-node

- name: Run Build
run: npm run build
working-directory: xero-node
Expand Down
Loading

0 comments on commit f7ec805

Please sign in to comment.