File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
42- uses : actions/setup-node@v4
42+ uses : actions/setup-node@v5
4343 with :
4444 node-version : ${{ matrix.node-version }}
4545 architecture : ${{ matrix.architecture }}
5353 run : |
5454 sudo apt install ros-${{ matrix.ros_distribution }}-test-msgs
5555
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757
5858 - name : Build and test rclnodejs
5959 run : |
Original file line number Diff line number Diff line change 4242 ros_distribution : rolling
4343 steps :
4444 - name : Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v5
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 architecture : ${{ matrix.architecture }}
5656 run : |
5757 sudo apt install ros-${{ matrix.ros_distribution }}-test-msgs
5858
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060
6161 - name : Build and test rclnodejs
6262 run : |
Original file line number Diff line number Diff line change 2222 - rolling
2323 steps :
2424 - name : Setup Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828
4141 - name : Prebuild - Setup VS Dev Environment
4242 uses : seanmiddleditch/gha-setup-vsdevenv@v4
4343
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Build rclnodejs
4747 shell : cmd
You can’t perform that action at this time.
0 commit comments