From 3587ce95d52a7d80917fcd236ef03d333ea254a1 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 12 Sep 2023 22:14:17 +0200 Subject: [PATCH 1/2] (actions) don't run melodic, run 20 --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea42269bc..5aca3e8ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,11 +17,8 @@ jobs: strategy: fail-fast: false matrix: - ros_distro: [melodic, noetic] - node_version: [16, 18] - exclude: - - ros_distro: melodic - node_version: 18 + ros_distro: [noetic] + node_version: [18, 20] env: ROS_DISTRO: ${{ matrix.ros_distro }} steps: From f7c914b66cb24293febda0500d84d04f2d783046 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Fri, 15 Sep 2023 09:17:51 +0200 Subject: [PATCH 2/2] (actions) still run node 16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5aca3e8ba..9129eb349 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: ros_distro: [noetic] - node_version: [18, 20] + node_version: [16, 18, 20] env: ROS_DISTRO: ${{ matrix.ros_distro }} steps: