Skip to content

Commit

Permalink
chore(ci): replace action with manual step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Nov 9, 2021
1 parent 9b2faa1 commit 9ce752a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/danger-zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Danger
uses: danger/danger-js@10.7.1
- 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

0 comments on commit 9ce752a

Please sign in to comment.