File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 strategy :
2727 matrix :
28- node-version : [14 .x, 12 .x, 10 .x]
28+ node-version : [16 .x, 14 .x, 12 .x]
2929 os : [ubuntu-latest, windows-latest]
3030
3131 steps :
5353
5454 strategy :
5555 matrix :
56- node-version : [14 .x, 12 .x, 10 .x]
56+ node-version : [16 .x, 14 .x, 12 .x]
5757 os : [ubuntu-latest, windows-latest]
5858
5959 steps :
@@ -66,15 +66,15 @@ jobs:
6666 - name : Yarn Install
6767 run : yarn install --ignore-engines --frozen-lockfile
6868 - name : Integration Tests
69- run : yarn workspace integration-tests test
69+ run : yarn workspace integration-tests test
7070
7171 test-packages :
7272 name : Test Packages
7373 runs-on : ${{ matrix.os }}
7474
7575 strategy :
7676 matrix :
77- node-version : [14 .x, 12 .x, 10 .x]
77+ node-version : [16 .x, 14 .x, 12 .x]
7878 os : [ubuntu-latest, windows-latest]
7979
8080 steps :
You can’t perform that action at this time.
0 commit comments