Skip to content

Commit f94a333

Browse files
committed
💥 Drop Node.js v10 support
Node.js v10 was [end-of-lifed][1] in April 2021. This change drops support for testing against it in our build matrix. [1]: https://nodejs.org/en/about/releases/
1 parent 087eda3 commit f94a333

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- 10
2120
- 12
2221
- 14
2322
- 16

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Breaking changes
44

5+
* Drop Node.js v10 support
6+
57
## v1.0-beta
68

79
### Breaking changes

0 commit comments

Comments
 (0)