Skip to content

Commit 2cb51c1

Browse files
committed
[Tests] actually test on react versions in the matrix; add some more versions
1 parent 6a65043 commit 2cb51c1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/node.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ jobs:
2727
matrix:
2828
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
2929
react:
30-
- 16
31-
- 15
32-
- 0.14
30+
- '16'
31+
- '16.9'
32+
- '16.3'
33+
- '16.0'
34+
- '15'
35+
- '15.5'
36+
- '15.0'
37+
# - '0.14' # TODO: fix pure-component-fallbacl
3338

3439
steps:
3540
- uses: actions/checkout@v2
@@ -38,6 +43,8 @@ jobs:
3843
with:
3944
node-version: ${{ matrix.node-version }}
4045
- run: npm run tests-only
46+
env:
47+
REACT: ${{ matrix.react }}
4148
- uses: codecov/codecov-action@v2
4249

4350
node:

0 commit comments

Comments
 (0)