Skip to content

Commit

Permalink
Update rolling.yml ->node.js20
Browse files Browse the repository at this point in the history
switch to node.js v20 (node.js v16 is deprecated)
  • Loading branch information
mosfet80 authored Aug 15, 2024
1 parent 27ed7fb commit 7cfab9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-${{github.run_id}}
Expand Down

0 comments on commit 7cfab9d

Please sign in to comment.