Skip to content

Commit 34ac779

Browse files
committed
Removed node 10 from CI runs
1 parent e9babd9 commit 34ac779

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
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ ubuntu-latest, windows-latest, macos-latest ]
57-
node: [ 10, 12, 14, 16 ]
57+
node: [ 12, 14, 16 ]
5858
exclude:
5959
- os: ubuntu-latest
6060
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, 16 ]
15+
node: [ 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, 16 ]
12+
node: [ 12, 14, 16 ]
1313
runs-on: ${{matrix.os}}
1414
steps:
1515
- name: Set up Git repository

0 commit comments

Comments
 (0)