Skip to content

Commit c69bf9a

Browse files
Copilotmikeharder
andauthored
bump minimum node version from 20 to 22
Agent-Logs-Url: https://github.com/Azure/openapi-diff/sessions/7ca40225-fb82-496b-bfac-2d737755cfb8 Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
1 parent 1ecc6fc commit c69bf9a

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Table of contents generated with yzhang.markdown-all-in-one</a></i></small>
2727

2828
To 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.
3131
1. Install [.NET runtime and SDK](https://aka.ms/dotnet-download), version 6 or higher.
3232
1. Install [.NET CLI tools](https://github.com/dotnet/cli/releases) version 2.0.0 or higher.
3333
1. Execute all commands in this file from your [`openapi-diff`] git repo local clone root dir.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -30,7 +30,7 @@
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",
@@ -55,7 +55,7 @@
5555
"superagent": "^10.2.3"
5656
},
5757
"engines": {
58-
"node": ">=20.19.0"
58+
"node": ">=22.0.0"
5959
},
6060
"files": [
6161
"dist/lib",

0 commit comments

Comments
 (0)