File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- node-version : [12 .x]
15
+ node-version : [14 .x]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- node-version : [12 .x]
15
+ node-version : [14 .x]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
18
- uses : actions/checkout@v2
48
48
strategy :
49
49
matrix :
50
50
os : [ubuntu-latest]
51
- node-version : [12 .x]
51
+ node-version : [14 .x]
52
52
runs-on : ${{ matrix.os }}
53
53
steps :
54
54
- uses : actions/checkout@v2
72
72
strategy :
73
73
matrix :
74
74
os : [ubuntu-latest]
75
- node-version : [12 .x]
75
+ node-version : [14 .x]
76
76
runs-on : ${{ matrix.os }}
77
77
steps :
78
78
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments