Skip to content

Commit 9d8947d

Browse files
committed
Included node 16 in pipeline
1 parent 3426eb6 commit 9d8947d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/tagged_release.yaml

Lines changed: 1 addition & 1 deletion
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)