Skip to content

Commit 4ece171

Browse files
committedJan 21, 2021
Remove Node.js 6 testing.
- On install tools are run that had deep dependencies that no longer work in Node.js 6. - Due to the age of Node.js 6, the plan to drop support for this old version, and the complexities involved in addressing this issue, it was easier to just stop the testing. - If Node.js 6 specific issues are found they will still be addressed as needed.
1 parent b6920bc commit 4ece171

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
11+
node-version: [8.x, 10.x, 12.x, 14.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
on some modern browsers. Due to other concerns and the expected minimal
1010
impact of this change, it is happening in a minor release. Please provide
1111
feedback if this decision causes problems.
12+
- Node.js 6 is no longer tested due to development tool dependency updates and
13+
to avoid adding additional testing complexity. Node.js 6 will otherwise still
14+
be supported until the next major release. Please report any issues found.
1215

1316
## 3.2.0 - 2020-10-13
1417

0 commit comments

Comments
 (0)
Please sign in to comment.