Skip to content

Commit f4cd456

Browse files
authored
Expand tested Node.js versions (#274)
* expand tested Node.js versions * use current LTS for releases * Update CHANGELOG.md * fix typo
1 parent ec13f14 commit f4cd456

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20'
16+
node-version: '22'
1717
cache: 'npm'
1818
cache-dependency-path: javascript/package-lock.json
1919
- run: npm install-test

.github/workflows/test-javascript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-latest
21-
node-version: ["18.x", "20.x"]
21+
node-version: ["18.x", "20.x", "22.x", "23.x"]
2222
include:
2323
- os: windows-latest
24-
node-version: "20.x"
24+
node-version: "22.x"
2525
- os: macos-latest
26-
node-version: "20.x"
26+
node-version: "22.x"
2727

2828
steps:
2929
- name: set git core.autocrlf to 'input'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Added
1010
- [cpp] use VERSION file to version ABI and shared libraries [#268](https://github.com/cucumber/messages/pull/268)
1111

12+
### Changed
13+
- [JavaScript] Expand tested Node.js versions ([#274](https://github.com/cucumber/messages/pull/274))
14+
1215
## [27.0.2] - 2024-11-15
1316
### Fixed
1417
- [Elixir] Fix release process

0 commit comments

Comments
 (0)