Skip to content

Commit

Permalink
Drop support for node < v18
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 committed Sep 25, 2024
1 parent 74a4554 commit 7c09cb3
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 151 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18]
node-version: [18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -47,10 +47,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js 20
- name: Use latest Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: latest
cache: "npm"

- name: Install
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased:
breaking changes:
- GH-1605 Dropped support for Node < v18

6.2.1:
date: 2024-08-20
fixed bugs:
Expand Down
Loading

0 comments on commit 7c09cb3

Please sign in to comment.