Skip to content

Commit

Permalink
Revert "chore: removed npm install from check security workflow"
Browse files Browse the repository at this point in the history
This reverts commit 3346333.
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 1dcf1eb commit 3983924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
path: ~/.npm # this is cache where npm installs from before going out to the network
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
- run: npm install --prefer-offline
- run: make secure
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 3983924

Please sign in to comment.