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 11
11
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- run : yarn
16
16
17
17
- name : Unit test only
43
43
strategy :
44
44
matrix :
45
45
os : [ ubuntu-22.04 ]
46
- node-version : [ 14, 16 , 20 ]
46
+ node-version : [ 18 , 20 ]
47
47
name : Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }})
48
48
runs-on : ${{ matrix.os }}
49
49
steps :
54
54
node-version : ${{ matrix.node-version }}
55
55
- run : yarn
56
56
- name : Test only
57
- if : matrix.node-version != '16 ' || matrix.os != 'ubuntu-22.04'
57
+ if : matrix.node-version != '18 ' || matrix.os != 'ubuntu-22.04'
58
58
run : yarn test
59
59
60
60
- name : Test & push coverage
61
- if : matrix.node-version == '16 ' && matrix.os == 'ubuntu-22.04'
61
+ if : matrix.node-version == '18 ' && matrix.os == 'ubuntu-22.04'
62
62
run : yarn test
You can’t perform that action at this time.
0 commit comments