Skip to content

Commit 4d38486

Browse files
Remove Node.js 18.x support (#299)
* Remove Node.js 18.x support * Update CHANGELOG.md --------- Co-authored-by: M.P. Korstanje <[email protected]>
1 parent 23b7b01 commit 4d38486

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-latest
21-
node-version: ["18.x", "20.x", "22.x", "23.x"]
21+
node-version: ["20.x", "22.x", "23.x"]
2222
include:
2323
- os: windows-latest
2424
node-version: "22.x"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- [python] Add a LICENSE file for Python ([#278](https://github.com/cucumber/messages/pull/278))
1717
- [.NET] Fix NuGet package generation
1818

19+
### Removed
20+
- [JavaScript] BREAKING CHANGE: Remove Node.js 18 support ([#299](https://github.com/cucumber/messages/pull/299))
21+
1922
## [27.2.0] - 2025-01-31
2023
### Added
2124
- [python] Added Python implementation ([#165](https://github.com/cucumber/messages/pull/165))

0 commit comments

Comments
 (0)