Skip to content

Commit

Permalink
ci(action): do not run npx updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Aug 5, 2020
1 parent bb0be46 commit d24d54c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

# run checks
- run: npm audit --audit-level=moderate
- run: npx updated

test:
needs: dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

# run checks
- run: npm audit --audit-level=moderate
- run: npx updated

test:
needs: dependencies
Expand Down

0 comments on commit d24d54c

Please sign in to comment.