File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-node@v6
1919 with :
20- node-version : " 20 "
20+ node-version : " 22 "
2121
2222 - uses : actions/setup-dotnet@v5
2323 with :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.12.5
4+
5+ - bump minimum Node.js version from 20 to 22
6+
37## 0.12.4 2026-03-13
48
59- Only throw error on AutoRest stderr when exit code is non-zero; log warnings otherwise
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Table of contents generated with yzhang.markdown-all-in-one</a></i></small>
2727
2828To execute any instructions in this file, first ensure you fulfill all the following prerequisites:
2929
30- 1 . Install [ Node.js] ( https://nodejs.org/ ) , version 14 .x or higher.
30+ 1 . Install [ Node.js] ( https://nodejs.org/ ) , version 22 .x or higher.
31311 . Install [ .NET runtime and SDK] ( https://aka.ms/dotnet-download ) , version 6 or higher.
32321 . Install [ .NET CLI tools] ( https://github.com/dotnet/cli/releases ) version 2.0.0 or higher.
33331 . Execute all commands in this file from your [ ` openapi-diff ` ] git repo local clone root dir.
Original file line number Diff line number Diff line change 11{
22 "name" : " @azure/oad" ,
3- "version" : " 0.12.4 " ,
3+ "version" : " 0.12.5 " ,
44 "author" : {
55 "name" : " Microsoft Corporation" ,
66 "email" : " azsdkteam@microsoft.com" ,
3030 "@types/jest" : " ^30.0.0" ,
3131 "@types/js-yaml" : " ^4.0.9" ,
3232 "@types/json-pointer" : " ^1.0.30" ,
33- "@types/node" : " ^20 .0.0" ,
33+ "@types/node" : " ^22 .0.0" ,
3434 "@types/yargs" : " ^15.0.19" ,
3535 "eslint" : " ^10.0.0" ,
3636 "globals" : " ^17.3.0" ,
5555 "superagent" : " ^10.2.3"
5656 },
5757 "engines" : {
58- "node" : " >=20.19 .0"
58+ "node" : " >=22.0 .0"
5959 },
6060 "files" : [
6161 " dist/lib" ,
You can’t perform that action at this time.
0 commit comments