Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
- run: npm install-test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
os:
- ubuntu-latest
node-version: ["18.x", "20.x"]
node-version: ["18.x", "20.x", "22.x", "23.x"]
include:
- os: windows-latest
node-version: "20.x"
node-version: "22.x"
- os: macos-latest
node-version: "20.x"
node-version: "22.x"

steps:
- name: set git core.autocrlf to 'input'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- [cpp] use VERSION file to version ABI and shared libraries [#268](https://github.com/cucumber/messages/pull/268)

### Changed
- [JavaScript] Expand tested Node.js versions ([#274](https://github.com/cucumber/messages/pull/274))

## [27.0.2] - 2024-11-15
### Fixed
- [Elixir] Fix release process
Expand Down
Loading