Skip to content

Commit

Permalink
Merge pull request #2347 from snyk/chore/upgrade-dangerjs
Browse files Browse the repository at this point in the history
chore: upgrade danger-js
  • Loading branch information
Jahed Ahmed authored Nov 9, 2021
2 parents 85b681b + 9ce752a commit b0325d5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 359 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/danger-zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Danger
uses: danger/danger-js@9.1.8
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm install -g npm@7
- run: npm ci
- run: npx danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/danger/danger-js/issues/557#issuecomment-664851950
DANGER_DISABLE_TRANSPILATION: true
Loading

0 comments on commit b0325d5

Please sign in to comment.