Skip to content

Commit 9ce97da

Browse files
Consistent node version for CI
1 parent fd6f983 commit 9ce97da

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
dotnet-version: "8.0.x"
4444
- uses: actions/setup-node@v6
4545
with:
46+
node-version: "24"
4647
cache: "npm"
4748
cache-dependency-path: "./nodejs/package-lock.json"
4849

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
python-version: "3.12"
4747
- uses: actions/setup-node@v6
4848
with:
49+
node-version: "24"
4950
cache: "npm"
5051
cache-dependency-path: "./nodejs/package-lock.json"
5152

0 commit comments

Comments
 (0)