Skip to content

Commit 3da4fe4

Browse files
committed
[ci] Do not test on node 10
Node.js 10 is no longer supported.
1 parent e9519ca commit 3da4fe4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
node:
13-
- 10
1413
- 12
1514
- 14
1615
os:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ environment:
44
matrix:
55
- nodejs_version: '14'
66
- nodejs_version: '12'
7-
- nodejs_version: '10'
87
platform:
98
- x86
109
matrix:

0 commit comments

Comments
 (0)