Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-node from 4.0.3 to 4.0.4 #80

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "20.x"
- run: npm install && npm run lint
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- run: .github/workflows/build-and-test.sh
Expand All @@ -43,7 +43,7 @@ jobs:
- ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- run: .github/workflows/build-and-test.sh
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
gazebo_distribution: harmonic
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Check Gazebo installation on Ubuntu runner'
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
gazebo_distribution: harmonic
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Check Gazebo installation on Ubuntu runner'
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Check Gazebo installation on Ubuntu runner'
Expand All @@ -203,7 +203,7 @@ jobs:
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Check Gazebo installation on Ubuntu runner'
Expand All @@ -228,7 +228,7 @@ jobs:
- macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Check Gazebo installation on macOS runner'
Expand All @@ -243,7 +243,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -266,7 +266,7 @@ jobs:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Install ROS 2 Iron'
Expand All @@ -293,7 +293,7 @@ jobs:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '20.x'
- name: 'Install ROS 2 Humble'
Expand Down
Loading