Skip to content

Commit

Permalink
chore: tests npm install --offline in check security
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 1f0cd3f commit b2bd5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +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: npm install --offline
- run: make secure
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit b2bd5e1

Please sign in to comment.