Skip to content

Commit a786f7f

Browse files
committed
Drop support for Node 14
1 parent d6be1b6 commit a786f7f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- 15672:15672
1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x, 20.x]
16+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 21.0.0
4+
- **BREAKING**: Drop Node.js 14 support (EOL since April 2023). Minimum Node.js version is now 16.
5+
36
## 20.1.2
47
- Remove codeclimate (it's been sold) until we have time to replace get it working again.
58

0 commit comments

Comments
 (0)