Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cassels committed May 2, 2020
1 parent 2023991 commit aeba692
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
node: [ '6', '8', '10', '12' ]
name: Integration Test on Node ${{ matrix.node }}
steps:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}

- name: Download lib
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit aeba692

Please sign in to comment.