Skip to content

Commit 04a4095

Browse files
authored
Update actions matrix to run against different react versions (#371)
* Update actions matrix to run against different react versions * Add in d3 versions * chore: update matrix
1 parent 0b14300 commit 04a4095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version: [10.x, 12.x]
20+
react-version: [16.14.0, latest]
2021

2122
steps:
2223
- uses: actions/checkout@v2
@@ -25,6 +26,7 @@ jobs:
2526
with:
2627
node-version: ${{ matrix.node-version }}
2728
- run: npm install
29+
- run: npm install react@${{ matrix.react-version }}
2830
- run: npm run dist:sandbox
2931
- run: npm start -- --silent &
3032
- run: npm run lint

0 commit comments

Comments
 (0)