Skip to content

Commit

Permalink
chore: Add npm 'cache' to 'danger' workflow (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jan 10, 2022
1 parent 9114b4a commit 7d62618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/danger-js.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: npm
- uses: danger/danger-js@9.1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d62618

Please sign in to comment.