Skip to content

Commit 46a1239

Browse files
Change Node engine requirement to 20+. Use 22 for CI.
1 parent f1038d7 commit 46a1239

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: "8.0.x"
4747
- uses: actions/setup-node@v6
4848
with:
49-
node-version: "24"
49+
node-version: "22"
5050
cache: "npm"
5151
cache-dependency-path: "./nodejs/package-lock.json"
5252

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
cache: "npm"
4949
cache-dependency-path: "./nodejs/package-lock.json"
50-
node-version: 24
50+
node-version: 22
5151
- name: Install dependencies
5252
run: npm ci --ignore-scripts
5353

.github/workflows/python-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: "3.12"
5050
- uses: actions/setup-node@v6
5151
with:
52-
node-version: "24"
52+
node-version: "22"
5353
cache: "npm"
5454
cache-dependency-path: "./nodejs/package-lock.json"
5555

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"vitest": "^4.0.18"
6363
},
6464
"engines": {
65-
"node": ">=24.0.0"
65+
"node": ">=20.0.0"
6666
},
6767
"files": [
6868
"dist/**/*",

0 commit comments

Comments
 (0)