Skip to content

Commit 54c67a3

Browse files
authored
chore: node 26 support
1 parent 9a1cdb5 commit 54c67a3

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Node.js",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
6+
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},
@@ -13,7 +13,7 @@
1313
// Configure properties specific to VS Code.
1414
"vscode": {
1515
"settings": {
16-
"workbench.colorTheme": "Default Dark+",
16+
"workbench.colorTheme": "Dark+",
1717
"workbench.iconTheme": "material-icon-theme"
1818
},
1919
"extensions": [

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
strategy:
133133
matrix:
134-
node-version: [22.x, 24.x]
134+
node-version: [22.x, 24.x, 26.x]
135135

136136
steps:
137137
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- ci(publish.yml): pin github.triggering_actor
2323
- chore(package.json): node ^22.15.0 (#1218)
2424
- refactor(package): subpath 'http-proxy-middleware/hono' (#1220)
25+
- chore: node 26 support
2526

2627
## [v3.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.5)
2728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@
116116
]
117117
},
118118
"engines": {
119-
"node": "^22.15.0 || >=24.0.0"
119+
"node": "^22.15.0 || ^24.0.0 || >=26.0.0"
120120
}
121121
}

0 commit comments

Comments
 (0)