File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
os : [ ubuntu-latest, windows-latest, macos-latest ]
23
- node-version : [ 14 .x, 16 .x ]
23
+ node-version : [ 16 .x, 17 .x ]
24
24
25
25
steps :
26
26
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 18
18
19
19
strategy :
20
20
matrix :
21
- node-version : [ 14 .x ]
21
+ node-version : [ 16 .x ]
22
22
23
23
steps :
24
24
- name : Checkout Repository
Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
3
env :
4
- RELEASE_NAME : " v.1.0.1 "
4
+ RELEASE_NAME : " v.1.0.2 "
5
5
RELEASE_NOTES : |
6
6
- Sofware Release (qTest-MSTest-Parser)
7
7
- No change to qTest-MSTest-Parser
8
- - Removed images folder from solution
8
+ - Node version update from 14.x LTS to 16.x LTS
9
9
10
10
on :
11
11
workflow_dispatch :
16
16
strategy :
17
17
matrix :
18
18
os : [ ubuntu-latest ]
19
- node-version : [ 14 .x ]
19
+ node-version : [ 16 .x ]
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments