Skip to content

Commit e9db6dc

Browse files
authored
Drop support for node < 18 (#1485)
1 parent 23483d4 commit e9db6dc

File tree

8 files changed

+1783
-2432
lines changed

8 files changed

+1783
-2432
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
node-version: [16, 18]
64+
node-version: [18, 20]
6565
os: [ubuntu-latest, windows-latest]
6666
include:
6767
- coverage: true
68-
node-version: 20
68+
node-version: latest
6969
os: ubuntu-latest
7070

7171
steps:

CHANGELOG.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
unreleased:
2+
chores:
3+
- GH-1485 Dropped support for Node.js < v18
4+
15
7.43.1:
26
date: 2024-12-11
37
fixed bugs:

0 commit comments

Comments
 (0)