Skip to content

Commit

Permalink
(actions) don't run melodic, run 20 (#633)
Browse files Browse the repository at this point in the history
* (actions) don't run melodic, run 20

* (actions) still run node 16
  • Loading branch information
MatthijsBurgh committed Sep 15, 2023
1 parent 2e5b0b5 commit 85b03f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [16, 18, 20]
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
steps:
Expand Down

0 comments on commit 85b03f1

Please sign in to comment.