Skip to content

Commit

Permalink
Adds node 13 for Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 15, 2020
1 parent e206631 commit 95d74e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
path: './results'

# For danger stuff
- uses: actions/setup-node@v1
with:
node-version: '13.x'

- run: yarn install

# danger for PR builds
Expand Down

0 comments on commit 95d74e7

Please sign in to comment.