Skip to content

Commit ca184f4

Browse files
committed
Remove test on node 8, 9 - only support actively maintained versions.
1 parent e3d1bc6 commit ca184f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- node: '12.x'
1515
- node: '11.x'
1616
- node: '10.x'
17-
- node: '9.x'
18-
- node: '8.x'
1917
steps:
2018
- uses: actions/checkout@v1
2119
- name: Use Node.js

0 commit comments

Comments
 (0)