Skip to content

Commit

Permalink
Remove Node.js 14.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Apr 29, 2024
1 parent 772e88d commit 6fe4a30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
node-version: [ 16.x, 18.x, 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]

# Go
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

---

## [next] 2024-01-08
## [7.0.0] 2024-01-08

### Changed

- Added Node.js 20.x to test matrix
- Update dependencies
- Breaking change: removed Node.js 14.x support
- Updated dependencies

---

Expand Down

0 comments on commit 6fe4a30

Please sign in to comment.