Skip to content

Commit 2430f6e

Browse files
committed
Included node 16 in pipeline
1 parent 3426eb6 commit 2430f6e

File tree

5 files changed

+2145
-1521
lines changed

5 files changed

+2145
-1521
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [ ubuntu-latest, windows-latest, macos-latest ]
53-
node: [ 10, 12, 14, 15 ]
53+
node: [ 10, 12, 14, 16 ]
5454
exclude:
5555
- os: ubuntu-latest
5656
node: 14

Diff for: .github/workflows/snapshot_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest, windows-latest, macos-latest ]
15-
node: [ 10, 12, 14, 15 ]
15+
node: [ 10, 12, 14, 16 ]
1616
runs-on: ${{matrix.os}}
1717
steps:
1818
- name: Set up Git repository

Diff for: .github/workflows/tagged_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, windows-latest, macos-latest ]
12-
node: [ 10, 12, 14, 15 ]
12+
node: [ 10, 12, 14, 16 ]
1313
runs-on: ${{matrix.os}}
1414
steps:
1515
- name: Set up Git repository

0 commit comments

Comments
 (0)