Skip to content

Commit 03518c3

Browse files
authored
Pump to Node 26.x (#1497)
Updates CI workflow matrices to adjust the Node.js versions used for Linux builds/tests, aligning (at least partially) with a move toward newer Node majors. **Changes:** - Linux x64 CI matrix: replaces Node 25.x testing with Node 26.x (keeps Node 24.x). - Linux arm64 CI matrix: switches from a pinned Node 20.20.2 to a floating Node 20.x range. Fix: #1458
1 parent b54066d commit 03518c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-arm64-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node-version: [20.20.2]
23+
node-version: [20.X]
2424
architecture: [arm64]
2525
ros_distribution:
2626
- humble

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node-version: [24.X, 25.X]
23+
node-version: [24.X, 26.X]
2424
architecture: [x64]
2525
ros_distribution:
2626
- humble

0 commit comments

Comments
 (0)