Skip to content
Prev Previous commit
Next Next commit
Consistent node version for CI
  • Loading branch information
SteveSandersonMS committed Feb 5, 2026
commit 9ce97da245044767bcbb5cf060d27dfcf935725c
1 change: 1 addition & 0 deletions .github/workflows/dotnet-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
dotnet-version: "8.0.x"
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
cache-dependency-path: "./nodejs/package-lock.json"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
cache: "npm"
cache-dependency-path: "./nodejs/package-lock.json"
node-version: 22
node-version: 24
- name: Install dependencies
run: npm ci --ignore-scripts

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
python-version: "3.12"
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
cache-dependency-path: "./nodejs/package-lock.json"

Expand Down
Loading