Skip to content

Commit 0df50e8

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

3 files changed

Lines changed: 3 additions & 2 deletions

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"index.d.ts"
1010
],
1111
"engines": {
12-
"node": "^22 || >=24"
12+
"node": "^22 || ^24 || >=26"
1313
},
1414
"scripts": {
1515
"benchmarks": "node --max-heap-size=5000 --allow-natives-syntax ./benchmarks/index.js",

0 commit comments

Comments
 (0)