Skip to content

Commit 8e8ba43

Browse files
committed
Merge branch 'main' into incompat-prop
2 parents 678d153 + 3f97ad7 commit 8e8ba43

5 files changed

Lines changed: 211 additions & 232 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.

0 commit comments

Comments
 (0)