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.
1 parent c13bf36 commit 117362dCopy full SHA for 117362d
.github/workflows/test.yml
@@ -21,7 +21,8 @@ jobs:
21
# Pre-check to validate that versions match between package.json
22
# and package-lock.json. Needs to run before npm install
23
- run: node version-check.js
24
- - run: npm install
+ - run: npm ci
25
- run: npm test
26
- run: npm run lint
27
+ - run: npm audit --audit-level=critical
28
0 commit comments