chore(ci): audit check fix
This commit is contained in:
		@@ -39,11 +39,11 @@ jobs:
 | 
			
		||||
      - name: Check audit
 | 
			
		||||
      # Audit should fail and stop the CI if critical vulnerability found
 | 
			
		||||
        run: |
 | 
			
		||||
          npm audit --audit-level=critical --production
 | 
			
		||||
          npm audit --audit-level=critical --omit=dev
 | 
			
		||||
          cd ./sas
 | 
			
		||||
          npm audit --audit-level=critical --production
 | 
			
		||||
          cd ./client
 | 
			
		||||
          npm audit --audit-level=critical --production
 | 
			
		||||
          npm audit --audit-level=critical --omit=dev
 | 
			
		||||
          cd ../client
 | 
			
		||||
          npm audit --audit-level=critical --omit=dev
 | 
			
		||||
 | 
			
		||||
      - name: Angular Tests
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user