Skip to content

Commit

Permalink
update worflows accordingly
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed May 12, 2024
1 parent b80c983 commit 4561409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: npm install && npm run lint
- run: npm run build && git diff --exit-code
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: .github/workflows/build-and-test.sh
- uses: ./
id: action-ros-ci
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@master
with:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: .github/workflows/build-and-test.sh
- uses: ./
name: "Test rosdep installs from correct distro"
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@master
- uses: ./
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: "16.x"
node-version: "20.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@master
- uses: ./
Expand Down

0 comments on commit 4561409

Please sign in to comment.