Skip to content

Commit 81c5b16

Browse files
Merge pull request #11 from abhinavminhas/dev
Node version update - LTS (14.x to 16.x), Current (16,x to 17.x)
2 parents 5660243 + f51b7d5 commit 81c5b16

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
23-
node-version: [ 14.x, 16.x ]
23+
node-version: [ 16.x, 17.x ]
2424

2525
steps:
2626
- uses: actions/checkout@v2

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [ 14.x ]
21+
node-version: [ 16.x ]
2222

2323
steps:
2424
- name: Checkout Repository

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release
22

33
env:
4-
RELEASE_NAME: "v.1.0.1"
4+
RELEASE_NAME: "v.1.0.2"
55
RELEASE_NOTES: |
66
- Sofware Release (qTest-MSTest-Parser)
77
- No change to qTest-MSTest-Parser
8-
- Removed images folder from solution
8+
- Node version update from 14.x LTS to 16.x LTS
99
1010
on:
1111
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
node-version: [ 14.x ]
19+
node-version: [ 16.x ]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)