We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b0bec + 3e0dbca commit f7ec805Copy full SHA for f7ec805
.github/workflows/build-lint-test.yml
@@ -21,11 +21,14 @@ jobs:
21
cache: 'npm'
22
cache-dependency-path: '**/package-lock.json'
23
24
-
25
- name: Install dependencies
26
run: npm ci
27
working-directory: xero-node
28
+ - name: Check for vulnerabilities
29
+ run: npm audit || true
30
+ working-directory: xero-node
31
+
32
- name: Run Build
33
run: npm run build
34
0 commit comments