Skip to content

Commit 30b083b

Browse files
(CI) Bump newest node version to 22 (#908)
1 parent 18fbe4c commit 30b083b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
cache: npm
16-
node-version: 20
16+
node-version: 22
1717
- name: Install
1818
run: npm ci
1919
- name: Generate docs

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ros_distro: [noetic]
21-
node_version: [18, 20]
21+
node_version: [18, 20, 22]
2222
env:
2323
ROS_DISTRO: ${{ matrix.ros_distro }}
2424
steps:

0 commit comments

Comments
 (0)