File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node : ["12", "14"]
16+ node : ["12", "14", "16" ]
1717 name : integration-tests-against-rc (Node.js ${{ matrix.node }})
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- node : ["12", "14"]
21+ node : ["12", "14", "16" ]
2222 name : integration-tests (Node.js ${{ matrix.node }})
2323 steps :
2424 - uses : actions/checkout@v2
5353
5454 linter_check :
5555 runs-on : ubuntu-latest
56+ strategy :
57+ fail-fast : false
58+ matrix :
59+ node : ["12", "14", "16"]
5660 name : linter-check
5761 steps :
5862 - uses : actions/checkout@v2
6468 key : ${{ hashFiles('yarn.lock') }}
6569 - name : Setup node
6670 uses : actions/setup-node@v2
71+ with :
72+ node-version : ${{ matrix.node }}
6773 - name : Install dependencies
6874 run : yarn --dev
6975 - name : Run style check
You can’t perform that action at this time.
0 commit comments