File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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": {},
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" : [
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments