Skip to content

Commit c98412c

Browse files
committed
Add node 26 to the test matrix.
Signed-off-by: Jason Marshall <jdmarshall@users.noreply.github.com>
1 parent 74301c7 commit c98412c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [22.x, 24.x]
18+
node-version: [22.x, 24.x, 26.x]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020

2121
runs-on: ${{ matrix.os }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
3636

3737
### Added
3838

39+
- Node 26 added to the test matrix
3940
- Expanded benchmarking code
4041
- new WorkerRegistry to provide equivalent support to AggregatorRegistry
4142
- Added examples for Summary metric

0 commit comments

Comments
 (0)