From 3b61373171577209dc68092698eaffbdd016d274 Mon Sep 17 00:00:00 2001 From: David Goss Date: Fri, 9 May 2025 09:03:16 +0100 Subject: [PATCH 1/2] Remove Node.js 18.x support --- .github/workflows/test-javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-javascript.yml b/.github/workflows/test-javascript.yml index 8b7bb428..36a86b34 100644 --- a/.github/workflows/test-javascript.yml +++ b/.github/workflows/test-javascript.yml @@ -18,7 +18,7 @@ jobs: matrix: os: - ubuntu-latest - node-version: ["18.x", "20.x", "22.x", "23.x"] + node-version: ["20.x", "22.x", "23.x"] include: - os: windows-latest node-version: "22.x" From 7e8b035abd63ec841bf4f0181adaf1aa75134f23 Mon Sep 17 00:00:00 2001 From: David Goss Date: Fri, 9 May 2025 09:06:17 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14922e7..79239406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [python] Add a LICENSE file for Python ([#278](https://github.com/cucumber/messages/pull/278)) - [.NET] Fix NuGet package generation +### Removed +- [JavaScript] BREAKING CHANGE: Remove Node.js 18 support ([#299](https://github.com/cucumber/messages/pull/299)) + ## [27.2.0] - 2025-01-31 ### Added - [python] Added Python implementation ([#165](https://github.com/cucumber/messages/pull/165))