Skip to content

Commit

Permalink
Add in d3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas committed Sep 11, 2020
1 parent 0559ffe commit 7fad734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
react-version: [15.x, latest, next]
react-version: [latest, next]
d3-version: [5.x, latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,6 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install react@${{ matrix.react-version }}
- run: npm install d3@${{ matrix.d3-version }}
- run: npm run dist:sandbox
- run: npm start -- --silent &
- run: npm run lint
Expand Down

0 comments on commit 7fad734

Please sign in to comment.