Skip to content

Commit

Permalink
fix(ci): correct app path
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 1, 2023
1 parent 804c4ea commit b4b1522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: open src folder and install node modules
run: cd src && npm ci
- name: open src folder and check for vulnerabilities
run: cd src && npm audit --production
- name: open app folder and install node modules
run: cd app && npm ci
- name: open app folder and check for vulnerabilities
run: cd app && npm audit --production

0 comments on commit b4b1522

Please sign in to comment.